http/Makefile: public target depends on bin
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
all: clean public
|
||||
|
||||
public: $(shell find src -type f) $(shell find share -type f)
|
||||
public: $(shell find src -type f) $(shell find share -type f) $(shell find bin)
|
||||
./bin/mkws https://joeac.net
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user