diff options
author | Roy Marples <roy@marples.name> | 2007-04-13 15:23:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-13 15:23:03 +0000 |
commit | 36e16cef478a9cf4de96e5aea013c624de224e03 (patch) | |
tree | 52c5888c008d38e1c67c00441c338f37e3013982 /src/Makefile | |
parent | 876bd89f4b99f0149b526d88bb03f91847f0c33d (diff) |
Ignore and clean .depend
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f8b7bce3..a2691bca 100644 --- a/src/Makefile +++ b/src/Makefile @@ -151,7 +151,7 @@ install: $(TARGET) clean: rm -f $(TARGET) $(RCLINKS) $(RCPRIVLINKS) - rm -f *.o *~ *.core *.so + rm -f *.o *~ *.core *.so .depend -include .depend .depend: $(wildcard *.c *.h) |