X-Git-Url: http://git.scottworley.com/slidingtile/blobdiff_plain/0baac4a745fb164fe4daeee9b1f013e5affbde50..6964a7ec747a205830a80397a11e142912138010:/Makefile?ds=sidebyside 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)