diff options
author | George Abbott <george@gabbott.dev> | 2025-01-26 11:38:37 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2025-01-26 11:38:37 +0000 |
commit | f6372e58ad54560919a061d33689c81281aa902c (patch) | |
tree | 576113f09e6cb2ceed53af1a3dff298cdce2424d /scripts/Makefile | |
parent | 52c4d3793e09bb95f154880fd1372333f94f66cd (diff) |
misc
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile new file mode 100644 index 0000000..10989c3 --- /dev/null +++ b/scripts/Makefile @@ -0,0 +1,7 @@ +jezup: + cd kmd + zig build + cd .. + +bar: + clang++ -Wall -Wpedantic -O3 -std=c99 bar.c -o target/bar |