Newer
Older
Import / research / ui / toolkit / test / Makefile
@John John on 29 Dec 2020 270 bytes bulk import from macbookpro checkouts

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) $@