From 9c0cd1f2b1b425510417a337aaba9a179ff8ce6e Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sat, 23 Feb 2013 15:32:23 +0100 Subject: Fixed the 'dist' target of the Makefiles. --- css/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/Makefile') 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 ..." -- cgit v1.2.3