diff Makefile @ 444:8bec605d1701

small sized struct
author kono
date Sun, 21 Nov 2004 11:20:56 +0900
parents a531bbf572e3
children 5ec2a88b9f4d
line wrap: on
line diff
--- a/Makefile	Sun Nov 21 01:27:21 2004 +0900
+++ b/Makefile	Sun Nov 21 11:20:56 2004 +0900
@@ -81,6 +81,7 @@
 	make check TARGET=test/tmp9
 	make check TARGET=test/enum
 	make check TARGET=test/obsf
+	make check TARGET=test/obsf2
 	make check TARGET=test/long
 	make check TARGET=test/tstdarg
 	make check TARGET=test/switch
@@ -117,7 +118,7 @@
 #	-./$(MC) -Itest/ -s $(TARGET).c
 
 check: $(MC) $(TARGET).c
-	-gcc $(STDFLAG) $(TARGET).c -o b.out $(MLIB)
+	-gcc $(CFLAGS) $(STDFLAG) $(TARGET).c -o b.out $(MLIB)
 	-./b.out > $(TARGET).gcc.out
 	-./$(MC) -s $(TARGET).c
 	-gcc $(TARGET).s $(MLIB)