CC = fpc

Core: DCore.pas DUtils.pas DDebug.pas
	$(CC) DCore.pas DUtils.pas DDebug.pas -Sd -dOS_WIN32

.PHONY: clean
 
clean:
	rm -f GGame.exe
	rm -f *~
	rm -f *.pas~
	rm -f *.ppu
	rm -f *.o
