]> git.scottworley.com Git - slidingtile/blobdiff - Makefile
Clean Makefile.bak too
[slidingtile] / Makefile
index 333a6416e79d6a20cc2008439b5744db752c9eb7..a8608d05b3934b9ba425e3b4c97768813eeeffe1 100644 (file)
--- 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)