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

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