diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-15 14:23:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-15 14:23:20 +0200 |
commit | 0a5c176456b7afe024910183392d59116c37088e (patch) | |
tree | 4ac1f5241f7b015e0aba7b00e79333a3d88a918c /makefile | |
parent | 3ca23ebf8123cf909a057ba6fe833d64aedcb957 (diff) |
more hello world (pink window)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ LDFLAGS += -lglfw +LDFLAGS += -lOpenGL .PHONY: FORCE all: main FORCE main: main.o - +main: die.o clean: FORCE git clean -fxdi |