aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-03-05 13:18:58 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-03-05 13:18:58 +0000
commitddbd935f4f5d4be8918efb5352af32f0af478e0a (patch)
tree047d455e0ad2095c827d156280a6ef84ea66eeef /Makefile
parent9fe80ea06ff4bf3c28173178f52220f6ea755c37 (diff)
clean does distclean for x-symbol
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a11e9c0b..fff38fad 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ perlscripts:
clean:
rm -f $(ELC) *~ */*~ .\#* */.\#*
(cd doc; $(MAKE) clean)
- (cd x-symbol/lisp; $(MAKE) clean)
+ (cd x-symbol/lisp; $(MAKE) distclean)
##