diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 23:32:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 23:32:08 +0000 |
commit | 78f81725f53555888a666f8c513eb1fe32807f0a (patch) | |
tree | c300c96584fe9992421347a2c1a8c64cd7b8e5dd | |
parent | b35ea30663438e5e7e2826450b69b606458e06b8 (diff) |
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/markex/; revision=13383
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,7 @@ install-manual: clean: -rm -f -- $(SOURCES:.c=.o) -rm -f -- $(SOURCES:.c=.$(EXTENSION)) + -rm -f -- $(LIBRARY_NAME).o -rm -f -- $(LIBRARY_NAME).$(EXTENSION) distclean: clean |