diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/Makefile b/pages/Makefile index 6a123d6..9a1129c 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -74,3 +74,6 @@ libpages.a: $(OBJS) clean: @rm -f *~ *.o core* libpages.a $(OBJS:%.o=%.cpp) $(DEPFILE) + +dist: clean + @echo "Nothing to do for distribution here ..." |