1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

create directory for all bins

This commit is contained in:
Stefan Lankes 2017-01-17 21:07:06 +01:00
parent 7329103a30
commit 2b5de6b513

View file

@ -33,6 +33,7 @@ clean:
install: proxy
@echo Install tools
$Q$(INSTALL_PROGRAM) -d $(prefix)/bin
$Q$(INSTALL_PROGRAM) proxy $(prefix)/bin
veryclean: clean