10 lines
167 B
Makefile
10 lines
167 B
Makefile
include tools/Makefile
|
|
include src/Makefile
|
|
|
|
default: all
|
|
|
|
all: embed libdzonerzy libdzonerzy-gen
|
|
|
|
runlocal: libdzonerzy-runlocal
|
|
|
|
clean: clean-tools clean-libdzonerzy |