diff --git a/http/Makefile b/http/Makefile index 7839537..952d146 100644 --- a/http/Makefile +++ b/http/Makefile @@ -75,7 +75,7 @@ endef all: bin/pp prune $(blogs) public out bin/pp: - cd pp && $(MAKE) + cd pp && $(MAKE) && cp pp ../bin/pp .PHONY: out out: $(out_deps) diff --git a/http/bin/pp b/http/bin/pp deleted file mode 120000 index b40aaf3..0000000 --- a/http/bin/pp +++ /dev/null @@ -1 +0,0 @@ -/home/joeac/src/joeac.net/http/pp/pp \ No newline at end of file