This website requires JavaScript.
Explore
Help
Register
Sign In
Kind_Foxie
/
micro-utils
Watch
1
Star
0
Fork
0
You've already forked micro-utils
Code
Pull Requests
Activity
d18e770ce9
micro-utils
/
build.sh
4 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
new build system
2023-11-04 22:06:27 +03:00
#!/bin/sh
cmp
2023-11-05 18:31:17 +03:00
cc builder/builder.c -Wall -Wextra -Os -s -pedantic -Ilibmu -obuild
./build
&&
rm build
Copy Permalink