Error in Makefile
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user