Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 538 Bytes

🍞 Bake: The most important program

Example image

📥 Install

git clone https://github.com/ImFstAsFckBoi/bake.git
cd bake
sh bake install

# Test that the installation worked
bake test

Make sure you have ~/.local/bin/ in your $PATH variable.

👨‍💻 Usage

bake [options] [target] ...

It's just make. But can also use a Bakefile (same as Makefile with different name).

⚙️ Config

Edit line 11 to USE_EMOJI=0 to disable emojis.

Editable line