Error in Makefile

This commit is contained in:
example 2016-11-18 11:10:05 -06:00
parent 8874a42107
commit 79cb6555cf
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: