From f6372e58ad54560919a061d33689c81281aa902c Mon Sep 17 00:00:00 2001 From: George Abbott Date: Sun, 26 Jan 2025 11:38:37 +0000 Subject: misc --- scripts/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/Makefile (limited to 'scripts/Makefile') 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 -- cgit v1.2.1