aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-15 14:23:20 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-15 14:23:20 +0200
commit0a5c176456b7afe024910183392d59116c37088e (patch)
tree4ac1f5241f7b015e0aba7b00e79333a3d88a918c /makefile
parent3ca23ebf8123cf909a057ba6fe833d64aedcb957 (diff)
more hello world (pink window)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4525ae0..684dab0 100644
--- a/makefile
+++ b/makefile
@@ -1,11 +1,12 @@
LDFLAGS += -lglfw
+LDFLAGS += -lOpenGL
.PHONY: FORCE
all: main FORCE
main: main.o
-
+main: die.o
clean: FORCE
git clean -fxdi