diff Makefile @ 166:9e55cc5551fb

*** empty log message ***
author kono
date Mon, 24 Nov 2003 13:09:14 +0900
parents cc2fc5c0dfe5
children 096559f07a70
line wrap: on
line diff
--- a/Makefile	Mon Nov 24 10:42:03 2003 +0900
+++ b/Makefile	Mon Nov 24 13:09:14 2003 +0900
@@ -35,6 +35,10 @@
 conv/null.c: conv_func.tbl conv_func.pl
 	perl conv_func.pl
 
+mc.h-new:
+	perl mc-h-renum.pl mc.h > mc.h.1
+	mv mc.h.1 mc.h
+
 check-all:
 	make check TARGET=test/basic
 	make check TARGET=test/call
@@ -54,6 +58,7 @@
 	make check TARGET=test/tmp8
 	make check TARGET=test/tmp9
 	make check TARGET=test/static
+	make check TARGET=test/short
 
 check: $(MC)
 	-gcc $(TARGET).c -o b.out $(MLIB)