Этот коммит содержится в:
example
2016-11-18 11:10:05 -06:00
родитель 8874a42107
Коммит 79cb6555cf
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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