Commit 78eb9033 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

simplify folder layout

parent 063ff34f
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -17,4 +17,11 @@ test-dbg: build-dbg
clean:
	rm -rf build build-dbg

.PHONY: clean build build-dbg test
install: build
	(cd build/cmake && make install)

devserver: build-dbg
	mkdir -p /tmp/fnordmetric-data
	./build-dbg/fnordmetric-server --datadir /tmp/fnordmetric-data --verbose

.PHONY: clean build build-dbg test test-dbg clean install devserver
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading