This commit is contained in:
KAiZ 2019-11-17 09:39:18 +05:30
parent 6c1dce9315
commit 44ae5da41e
2 changed files with 15 additions and 0 deletions

2
.travis.yml Normal file
View file

@ -0,0 +1,2 @@
language: bash
script: make

13
MakeFile Normal file
View file

@ -0,0 +1,13 @@
# Usage:
# make # build cursors
# make clean # remove ALL cursors and objects
.DEFAULT_GOAL := build
build:
@echo "Building Bibata..."
sh ./build.sh
clean:
@echo "Cleaning Up..."
rm -rf ./Bibata_*