arm64: codea/abgabe_aa.0
[uebersetzerbau-ss10.git] / asma / Makefile
index 0aca7516fd4065a62266c1c7fad1611ef6ba6203..d2f9841064f21ce0afc7ed1b1dfcdb928d538d52 100755 (executable)
@@ -10,11 +10,13 @@ clean:
        rm -f $(NAME).o $(NAME)
 
 1test: all
+       @echo "  COMPILE  callingconvention.c"
+       @gcc -c -fomit-frame-pointer -fno-defer-pop callingconvention.c
        @echo "  COMPILE  $<"
-       @gcc -pedantic -ansi -Wall -g -o $(NAME) $(NAME).s main.c -D_GNU_SOURCE
+       @gcc -Wall -g -o $(NAME) $(NAME).s main.c callingconvention.o -D_GNU_SOURCE
        @echo "execute ./$(NAME)"
        @./$(NAME)
 
 2test:
-       /usr/ftp/pub/ublu/test/$(NAME)/test
+       /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1