8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
include tools/Makefile
|
||
|
include src/Makefile
|
||
|
|
||
|
default: all
|
||
|
|
||
|
all: embed libdzonerzy libdzonerzy-gen
|
||
|
|
||
|
clean: clean-tools clean-libdzonerzy
|