This commit is contained in:
Adrian Conlon 2017-12-25 23:35:08 +00:00
commit c05a236f1d
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
CXXOBJECTS = $(CXXFILES:.cpp=.o)
LDFLAGS += -g
SOURCES = $(CXXFILES)
OBJECTS = $(CXXOBJECTS)