Tetris should have sdlpp.hpp as dependency
This commit is contained in:
parent
05ac3cb90a
commit
bb0f7d4e75
2
Makefile
2
Makefile
@ -19,6 +19,8 @@ sdlpp.o: sdlpp.cpp sdlpp.hpp
|
|||||||
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
|
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
|
||||||
test.o: tests/test.cpp sdlpp.hpp tests/catch.hpp
|
test.o: tests/test.cpp sdlpp.hpp tests/catch.hpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
|
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
|
||||||
|
tetris.o: tetris.cpp sdlpp.hpp
|
||||||
|
$(CXX) $(CFLAGS) -c -o $@ $< ${LDFLAGS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -Rf *.o test demo
|
rm -Rf *.o test demo
|
||||||
|
Loading…
Reference in New Issue
Block a user