diff --git a/Makefile b/Makefile index beae5e3..b1d8aeb 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ pkgdirname != basename `git config remote.origin.url` | sed 's/.git$$//' compile: c java bash php perl python cs @echo Done -install: clean compile test +install: clean compile mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/ - install -m root -o 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/ + install -o root -m 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/ test: compile python3 -m pytest