]> git.scottworley.com Git - slidingtile/commitdiff
Don't delete .o files all the time
authorScott Worley <scottworley@scottworley.com>
Thu, 31 Dec 2015 07:20:25 +0000 (23:20 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 31 Dec 2015 07:20:25 +0000 (23:20 -0800)
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)