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