diff Makefile @ 2:754a4550c64e

- added arabic, greek, hebrew and turkish DFAs - new UCS-2LE/BE DFAs - now arabic_impl.c uses arabic DFAs - dfa common macros have been moved to dfa.h - minor cleanups
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 11 Jun 2008 00:11:30 +0900
parents 04f2be1c8464
children 70e2c306231e
line wrap: on
line diff
--- a/Makefile	Sat Dec 01 03:27:31 2007 +0900
+++ b/Makefile	Wed Jun 11 00:11:30 2008 +0900
@@ -55,6 +55,8 @@
 clean:
 	rm -f $(LIBS) $(OBJS) test
 
+mostlyclean: clean
+	rm -f guess_tab.c
+
 distclean: clean
 	rm -f *~ core*
-