mkws outputs to 'out' instead of 'public'
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
public
|
||||
out
|
||||
|
||||
+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
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ test $# -lt 1 && usage
|
||||
|
||||
export SRC="$(realpath src)"
|
||||
export SHARE="$(realpath share)"
|
||||
export OUT="$(realpath public)"
|
||||
export OUT="$(realpath out)"
|
||||
mkdir -p ${OUT}
|
||||
|
||||
if ! test -f "${SRC}"/index.upphtml
|
||||
|
||||
Reference in New Issue
Block a user