Make colors configurable

This commit is contained in:
2020-09-11 15:05:41 +02:00
parent 4a2f879448
commit 47349c06c1
3 changed files with 123 additions and 45 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ tetris: tetris.o sdlpp.o
sdlpp.o: ../sdlpp.cpp ../sdlpp.hpp
$(CXX) $(CFLAGS) -c -o $@ $<
tetris.o: tetris.cpp ../sdlpp.hpp
tetris.o: tetris.cpp ../sdlpp.hpp config.hpp
$(CXX) $(CFLAGS) -c -o $@ $<
clean: