Skip to content

pancakedevourer/mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

mk

Very small build C system written in a single C file. It scans all .c files in the current directory for libraries and automatically includes them, compiles them to .o files, then links them into the user-specified binary.

Installing/Updating: (you can copy/paste all of this into your terminal)

git clone --depth 1 https://github.com/pancakedevourer/build &&
cd build &&
cc main.c -o mk && # (or your C compiler)
sudo mv mk /usr/local/bin && # (or your preffered directory)
cd .. &&
sudo rm -r build

Usage: mk 'compiler command'

About

Very small C build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages