10 lines
82 B
Makefile
10 lines
82 B
Makefile
include common.mk
|
|
|
|
$(BINTARGETPATH):
|
|
dnu build
|
|
|
|
build: project.
|
|
$(DNU) build
|
|
|
|
|