Minimal text gui is now possible

This commit is contained in:
Sebastian Hugentobler 2014-05-08 12:10:59 +02:00
parent 54c2d18fd4
commit 40a71e3855
4 changed files with 132 additions and 15 deletions

View file

@ -22,3 +22,6 @@ run :
clean :
rm -rf $(BUILDDIR)/*
kill:
kill -s kill $(ps | grep "love src/" | awk '{print $1}')