justfile
This commit is contained in:
parent
716e9d0100
commit
7c02a9f18a
1 changed files with 6 additions and 0 deletions
6
Justfile
Normal file
6
Justfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
clean:
|
||||||
|
-rm *.p8l
|
||||||
|
|
||||||
|
save message:
|
||||||
|
git commit -m "{{message}}"
|
||||||
|
git push
|
Loading…
Reference in a new issue