diff Makefile @ 186:6391432ca002

nkf binary fix
author kono
date Mon, 01 Dec 2003 15:36:22 +0900
parents 3a7b45f62c66
children 8646a4a9cde9
line wrap: on
line diff
--- a/Makefile	Mon Dec 01 03:24:30 2003 +0900
+++ b/Makefile	Mon Dec 01 15:36:22 2003 +0900
@@ -97,6 +97,14 @@
 	-gcc $(TARGET).s $(MLIB)
 	-./a.out > $(TARGET).code-out
 
+tags:   tags-$(ARCH)
+
+tags-$(ARCH):  
+	ctags mc.h mc-code.h mc-code-$(ARCH).c  mc-codegen.c mc-codegen.h \
+		mc-parse.c mc-tree.c \
+	    conv/c.c conv/c.h \
+	    conv/conv.h conv/convdef.h 
+
 tar :
 	make clean
 	tar cBf - . | gzip > ../comp.tgz