aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 5f2da780cca594b1e27d2c20332af9bef97470d1 (plain) (blame)
1
2
3
4
5
6
7
8
.PHONY: build
build:
	mkdir -p build
	cd build/ && cmake ..
	cd build/ && make
	cp build/compile_commands.json .