Skip to content

Commit

Permalink
Changing audio.cpp shouldn't force a rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed Oct 10, 2015
1 parent 231cad6 commit 0de1fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ file.o: file.cpp file.h
audio.o: audio.cpp audio.h
$(CXX) audio.cpp $(CFLAGS) -c

locator.o: locator.cpp locator.h audio.o
locator.o: locator.cpp locator.h audio.h
$(CXX) locator.cpp $(CFLAGS) -c

button.o: button.cpp button.h
Expand Down

0 comments on commit 0de1fff

Please sign in to comment.