test.exe: test.c ../tnyprntf.c
	$(CC) $(CFLAGS)$@ $^ $(LDFLAGS)

clean:
	$(RM) test.exe
	$(RM) *.obj
	$(RM) *.o
