(20140705)

This commit is contained in:
2014-07-05 00:00:00 +02:00
parent 7e6bd08390
commit 29548c6fe0
94 changed files with 432 additions and 829 deletions

View File

@@ -49,7 +49,7 @@ $(BUILDDIR):
clean:
rm -f $(OBJS) $(BUILDDIR)/$(RESULT)
run: $(BUILDDIR)/$(RESULT)
run: $(BUILDDIR) $(BUILDDIR)/$(RESULT)
$(LAUNCHER) ./$(BUILDDIR)/$(RESULT) debug
rebuild: clean all