mkws outputs to 'out' instead of 'public'
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
all: clean public
|
||||
all: clean out
|
||||
|
||||
public: $(shell find src -type f) $(shell find share -type f) $(shell find bin)
|
||||
out: $(shell find src -type f) $(shell find share -type f) $(shell find bin)
|
||||
./bin/mkws https://joeac.net
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf public
|
||||
rm -rf out
|
||||
|
||||
Reference in New Issue
Block a user