makefile/app.mk -> scripts/app.mk

This commit is contained in:
2023-01-16 10:50:14 +00:00
parent 13ff868cde
commit 8a55a03576
4 changed files with 13 additions and 3 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
default:
$(MAKE) -C src
install:
$(MAKE) -C src install
remove:
$(MAKE) -C src remove