.SUFFIXES: .SUFFIXES: .m .S .c .o .m.S: m4 <$^ >$@ .S.o: gcc -c $^ .c.o: gcc -Wall -c $^ try-square: try-square.o awesome.o gcc -o $@ $^