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