diff options
-rw-r--r-- | pages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index 6768cc5..55cb633 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -53,4 +53,4 @@ libpages.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *~ *.o core* libpages.a $(OBJS:%.o=%.cpp) + @rm -f *~ *.o core* libpages.a $(OBJS:%.o=%.cpp) $(DEPFILE) |