travis compliant Makefile

This commit is contained in:
Jan Halfar 2016-03-10 08:26:29 +01:00
parent c0b61188de
commit 191fe6390f

View File

@ -1,7 +1,6 @@
SHELL := /bin/bash SHELL := /bin/bash
options: all: build test
echo "you can clean | test | build | build-arch | package"
clean: clean:
rm -fv bin/contentserve* rm -fv bin/contentserve*
build: clean build: clean