CC=gcc CFLAGS+=-Wall -ansi -std=c99 -pedantic -O3 test: test.c $(CC) $(CFLAGS) -o test test.c $(LDFLAGS) $(CC) $(CFLAGS) -S -o test.S test.c $(LDFLAGS)