1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-01 13:56:28 +02:00

copy files

This commit is contained in:
osaajani 2020-02-18 04:20:12 +01:00
parent 650cc6dac1
commit 34a6f7de65

6
Makefile Normal file → Executable file
View file

@ -18,8 +18,10 @@ migrate: vendor
install: vendor migrate install: vendor migrate
install -d $(INSTALL_DIR) chmod -R 750 .
install . $(INSTALL_DIR) install -m750 -d $(INSTALL_DIR)
cp -a . $(INSTALL_DIR)
clean: clean: