printf: printf.o test_fprintf.o test_asprintf.o test_snprintf.o test.o
	$(CC) -g -O2 -o $@ $^ -lm

clean:
	$(RM) *.o printf
