diff --git a/Admin/Makefile b/Admin/Makefile index 938aee4..f4cb3e3 100644 --- a/Admin/Makefile +++ b/Admin/Makefile @@ -5,7 +5,7 @@ compile: @echo Nothing to compile. install: compile - for i in ${LIST}; do cp ./$$i ${LOCATION} + for i in ${LIST}; do cp ./$$i ${LOCATION}; done make checkperm reverse: diff --git a/Shared/Makefile b/Shared/Makefile index 9338206..32f1063 100644 --- a/Shared/Makefile +++ b/Shared/Makefile @@ -5,7 +5,7 @@ compile: @echo Nothing to compile. install: compile - for i in ${LIST}; do cp ./$$i ${LOCATION} + for i in ${LIST}; do cp ./$$i ${LOCATION}; done make checkperm reverse: