mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 02:07:23 +01:00
12 lines
271 B
Makefile
12 lines
271 B
Makefile
#-*- mode: makefile; tab-width: 4; -*-
|
|
#
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = src doc
|
|
|
|
tests.commands = cd src && cd compiler_lib && cd unit_tests && qmake && make run; \
|
|
cd .. && cd .. && cd gui && unit_tests && qmake && make run
|
|
|
|
QMAKE_EXTRA_TARGETS += tests
|