diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,9 @@ build: +@$(MAKE) -C core --no-print-directory c +@$(MAKE) -C core --no-print-directory +clean: + +@$(MAKE) -C core --no-print-directory c + install: @echo installing to $(destdir) ... @echo plat: $(PLAT) |
