Minimal text gui is now possible
This commit is contained in:
parent
54c2d18fd4
commit
40a71e3855
4 changed files with 132 additions and 15 deletions
3
Makefile
3
Makefile
|
@ -22,3 +22,6 @@ run :
|
|||
|
||||
clean :
|
||||
rm -rf $(BUILDDIR)/*
|
||||
|
||||
kill:
|
||||
kill -s kill $(ps | grep "love src/" | awk '{print $1}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue