From 441a78966e5fa230290dec0f96651fe88f45c36b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 3 May 2025 10:32:53 +0900 Subject: hello world --- justfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..52cf61c --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +CFLAGS := "-Wno-builtin-declaration-mismatch" + +all: build + +build: + gcc main.c {{CFLAGS}} + +clean: + rm a.out -- cgit v1.2.3-70-g09d2