From: Scott Worley Date: Thu, 31 Dec 2015 07:20:25 +0000 (-0800) Subject: Don't delete .o files all the time X-Git-Url: http://git.scottworley.com/slidingtile/commitdiff_plain/6964a7ec747a205830a80397a11e142912138010?ds=sidebyside;hp=82d6eed523b5c102d826b66e21c03f5577199714 Don't delete .o files all the time --- diff --git a/Makefile b/Makefile index ba45d94..09b29cb 100644 --- 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)