-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ed93d6
commit 9220e5b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule .makefile
updated
12 files
+102 −0 | .github/workflows/ci.yml | |
+14 −14 | Makefile.color | |
+57 −14 | Makefile.flags | |
+35 −48 | Makefile.footer | |
+54 −23 | Makefile.header | |
+43 −7 | Makefile.macros | |
+39 −6 | README.md | |
+101 −0 | compile-external-libs.sh | |
+1 −0 | config.sh | |
+75 −0 | download-external-libs.sh | |
+1 −1 | examples/02/Makefile | |
+3 −3 | examples/README.md |