Add test and run rules to BSDmakefile

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-10 11:41:27 -06:00
parent 7bfcccf701
commit 2e5c531ff1

View file

@ -34,3 +34,11 @@ install: build/fish
.PHONY: clean
clean:
rm -rf build
.PHONY: test
test: build/fish
cmake --build build --target test
.PHONY: run
run: build/fish
build/fish