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