]> git.scottworley.com Git - slidingtile/blobdiff - Makefile
Don't delete .o files all the time
[slidingtile] / Makefile
index ba45d948bfb82fa9a23ddbba232e4f25b533f6a9..09b29cbbee26ffc22032846006cdc1687637a790 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ TEST_SRCS=$(wildcard *_test.cc)
 TESTS=$(subst .cc,,$(TEST_SRCS))
 
 .PHONY: depend clean test
-.INTERMEDIATE: $(OBJS)
 
 all:    $(MAIN) $(TESTS)