Adding AniNIX packages to update list -- usability fixes.
This commit is contained in:
23
Makefile
Normal file
23
Makefile
Normal 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}
|
||||
|
Reference in New Issue
Block a user