mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
Added
This commit is contained in:
parent
6c1dce9315
commit
44ae5da41e
2 changed files with 15 additions and 0 deletions
2
.travis.yml
Normal file
2
.travis.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
language: bash
|
||||||
|
script: make
|
13
MakeFile
Normal file
13
MakeFile
Normal 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_*
|
Loading…
Add table
Add a link
Reference in a new issue