From 85a235cfe75d3145e046ecad662ffb6c4c09e79e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 4 May 2024 13:55:21 +0200 Subject: hello world --- makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..4525ae0 --- /dev/null +++ b/makefile @@ -0,0 +1,12 @@ +LDFLAGS += -lglfw + +.PHONY: FORCE + +all: main FORCE + +main: main.o + + +clean: FORCE + git clean -fxdi + -- cgit v1.2.3