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:
|
||||
rm -r build
|
||||
rm -rf build
|
||||
|
||||
build:
|
||||
posty build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue