Error in Makefile
This commit is contained in:
parent
8874a42107
commit
79cb6555cf
@ -5,7 +5,7 @@ compile:
|
|||||||
@echo Nothing to compile.
|
@echo Nothing to compile.
|
||||||
|
|
||||||
install: compile
|
install: compile
|
||||||
for i in ${LIST}; do cp ./$$i ${LOCATION}
|
for i in ${LIST}; do cp ./$$i ${LOCATION}; done
|
||||||
make checkperm
|
make checkperm
|
||||||
|
|
||||||
reverse:
|
reverse:
|
||||||
|
@ -5,7 +5,7 @@ compile:
|
|||||||
@echo Nothing to compile.
|
@echo Nothing to compile.
|
||||||
|
|
||||||
install: compile
|
install: compile
|
||||||
for i in ${LIST}; do cp ./$$i ${LOCATION}
|
for i in ${LIST}; do cp ./$$i ${LOCATION}; done
|
||||||
make checkperm
|
make checkperm
|
||||||
|
|
||||||
reverse:
|
reverse:
|
||||||
|
Loading…
Reference in New Issue
Block a user