Merge branch 'master' into develop

This commit is contained in:
2015-05-17 12:38:44 +10:00
42 changed files with 61 additions and 120 deletions
-5
View File
@@ -30,8 +30,3 @@ $(OUTDIR):
$(OBJDIR)/%.o: %.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $<
clean:
$(RM) *.o *.a *.exe
rebuild: clean all