This website requires JavaScript.
Explore
Help
Sign In
r
/
bootstrap
Watch
1
Fork
You've already forked bootstrap
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f949647e1b
bootstrap
/
Makefile
8 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add example of spec and explanation on how it works.
2023-11-22 21:39:27 +00:00
COMMAND
=
clang -g -I include src/*.c main.c -o gen-flake
Add all files.
2023-11-22 20:43:34 +00:00
all
:
Add example of spec and explanation on how it works.
2023-11-22 21:39:27 +00:00
@
${
COMMAND
}
Add all files.
2023-11-22 20:43:34 +00:00
bear
:
Add example of spec and explanation on how it works.
2023-11-22 21:39:27 +00:00
@bear --
${
COMMAND
}