default : build run;

SOURCE_PATHS := core \
    core/stream \
    core/math \
    core/math/linal \
    library/bitstream \
    library/lzw \
    library/colors \
    library/texture \
    library/texture/formats \
    library/resman \
    engines/deng \
    engines/deng/defaults

RESOURCES := countdown.tga

include Makefile.node

countdown.tga : $(RESOURCES_DIR)/ad076872405e24e4e3a8166f55f33d23.bin
	$(CP) "$<" "$@"

build   : get_resources fpcprog;
run     : progrun;
clean   : cleancur;
test    : windows_build_test;
