Adding AniNIX packages to update list -- usability fixes.

This commit is contained in:
DarkFeather
2017-11-20 14:33:26 -06:00
parent c3ac85d78b
commit d2deb6bee3
3 changed files with 41 additions and 1 deletions

23
Makefile Normal file
View File

@@ -0,0 +1,23 @@
LIST=Admin Shared ShadowArch
compile: ${LIST} ./wifi.service
for i in ${LIST}; do make -C ./$$i; done
install: compile
for i in ${LIST}; do make -C ./$$i install; done
reverse:
@echo Please do this for each individual folder in ${LIST}
test: ${LIST}
@echo Please do this for each individual folder in ${LIST}
checkperm:
@echo Please do this for each individual folder in ${LIST}
clean:
@echo Nothing to do.
diff:
@echo Please do this for each individual folder in ${LIST}