Commit 81cbc362 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

fix makefile

parent ed365a61
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
all: build test
all: build

build:
	mkdir -p build
@@ -17,8 +17,8 @@ test-dbg: build-dbg
clean:
	rm -rf build build-dbg .dev_assets

install: build
	(cd build/cmake && make install)
install:
	(cd build && make install)

devserver: build-dbg
	mkdir -p /tmp/fnordmetric-data