Tetris should have sdlpp.hpp as dependency

This commit is contained in:
zvon 2020-08-23 09:47:47 +02:00
parent 05ac3cb90a
commit bb0f7d4e75

View File

@ -19,6 +19,8 @@ sdlpp.o: sdlpp.cpp sdlpp.hpp
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
test.o: tests/test.cpp sdlpp.hpp tests/catch.hpp
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
tetris.o: tetris.cpp sdlpp.hpp
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
clean:
rm -Rf *.o test demo