aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rw-r--r--formats/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 108e85e80..80143e58f 100644
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -31,8 +31,11 @@ endif
all: depend $(MODS)
-clean:
- rm -f *.so *.o .depend
+clean-depend:
+ rm -f .depend
+
+clean: clean-depend
+ rm -f *.so *.o
%.so : %.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}