mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 15:18:30 -04:00
Added
This commit is contained in:
parent
6c1dce9315
commit
44ae5da41e
2 changed files with 15 additions and 0 deletions
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