aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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