
PROJ=test.pro

all:
	$(MAKE) -j 8 -f Makefile.inc PROJ=$(PROJ)

clean:
	$(MAKE) -f Makefile.inc PROJ=$(PROJ) $@

paths:
	$(MAKE) -f Makefile.inc PROJ=$(PROJ) $@

system_paths:
	$(MAKE) -f Makefile.inc PROJ=$(PROJ) $@

project:
	$(MAKE) -f Makefile.inc PROJ=$(PROJ) $@

