From: Scott Worley Date: Tue, 29 Dec 2015 10:08:08 +0000 (-0800) Subject: Clean Makefile.bak too X-Git-Url: http://git.scottworley.com/slidingtile/commitdiff_plain/b778703f98571bb9b1b551a226572f236791bebf?hp=e86755d75f4040ae6619702a6501325ea81b03e1 Clean Makefile.bak too --- diff --git a/Makefile b/Makefile index 333a641..a8608d0 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ test: $(TESTS) for t in ./*_test; do if ! $$t; then exit 1; fi ;done clean: - rm -f *.o $(MAIN) $(TESTS) + rm -f *.o $(MAIN) $(TESTS) Makefile.bak $(MAIN): $(OBJS) $(CXX) $(CXXFLAGS) -o $@ $^ $(LFLAGS) $(LIBS)