SOURCE_PATHS := core core/math core/math/linal core/stream \
                library/colors \
                library/texture \
                library/texture/formats \
                library/colors \
                library/parser/json \
                engines/deng \
                engines/deng/nomusic \
                engines/deng/noaudio \
                engines/gui

default : build run;

include Makefile.node

build   : fpcprog;
run     : progrun;
clean   : cleancur;
test    : fpctest;
