codea: ss09 skripte angepasst
[uebersetzerbau-ss10.git] / codea / Makefile
index 840aa1be9fe844a8a2e5f98795c253e208888df0..1553b6b589eb3fa244c80ea5d4db3efab1434d52 100644 (file)
@@ -35,7 +35,10 @@ oxout.y oxout.l: parser.y scanner.lex
 clean:
        rm -f $(NAME) $(OBJS) scanner.c parser.{h,c,output} oxout.{y,l,h} code.c
 
-1test: 2test
+1test:
+       @echo "  CC      callingconvention.c"
+       @gcc -c -fomit-frame-pointer -fno-defer-pop testit/callingconvention.c -o testit/callingconvention.o
+       @./testit/test
 
 2test:
        /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1