diff options
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 |