Revision 66c11792a7bc6ebc47f199aabd5fc1a60846dcff authored by Daniel A. Wagenaar on 28 May 2018, 07:32:12 UTC, committed by Daniel A. Wagenaar on 28 May 2018, 07:32:12 UTC
1 parent cb34147
Raw File
Makefile
all: SBEMVIEWER

clean:
	+rm -rf build

SBEMVIEWER: PREP
	+make -C build

debug: PREP
	+make -C build debug

PREP:
	mkdir -p build
	( cd build; qmake ../src/sbemviewer.pro )

.PHONY: PREP SBEMVIEWER clean
back to top