Error in Makefile
This commit is contained in:
parent
8874a42107
commit
79cb6555cf
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user