Add build script and build make target

This commit is contained in:
2013-06-27 00:09:39 +02:00
parent 291071f5b9
commit 66dfe4daa9
2 changed files with 71 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
test:
build:
./build.sh
test: build
test/run.sh
.SILENT:
.PHONY: test
.PHONY: build test