diff --git a/01_text_adventure/Makefile b/01_text_adventure/Makefile index 3e00620..06e9a96 100644 --- a/01_text_adventure/Makefile +++ b/01_text_adventure/Makefile @@ -1,9 +1,5 @@ CC=gcc -ifeq ($(shell uname),Darwin) - CFLAGS=-Wall -lraylib -lm -lpthread -ldl -lX11 -else - CFLAGS=-Wall -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -endif +CFLAGS=-Wall -lraylib -lm -lpthread -ldl -lX11 .PHONY: clean run