diff --git a/Makefile b/Makefile index 667a522f..bcd62210 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,8 @@ test-cover: .PHONY: debian debian: all -.PHONY: files -files: all +.PHONY: install +install: all install -d -m 0755 $(DESTDIR)$(BINDIR) install -d -m 0755 $(DESTDIR)$(WWCHROOTDIR) install -d -m 0755 $(DESTDIR)$(WWPROVISIONDIR) @@ -215,8 +215,5 @@ contclean: clean: contclean rm -rf vendor -.PHONY: install -install: files - .PHONY: debinstall debinstall: files debfiles