add all make target
This commit is contained in:
parent
0af1cafcd4
commit
29d9dfd1f5
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue