add all make target

This commit is contained in:
Nick Pegg 2018-01-15 20:40:58 -08:00
parent 0af1cafcd4
commit 29d9dfd1f5

View file

@ -1,5 +1,7 @@
all: clean build # TODO: add stage here one we can actually build something
clean: clean:
rm -r build rm -rf build
build: build:
posty build posty build