From 3b65cbb116e71c89a5c2c0838ef96f229838ac6e Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 2 Aug 2021 01:08:13 +0100 Subject: [PATCH] fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92a2629..35d0205 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: src/main.c ${CC} src/main.c src/mst.c -o ${PROG} ${FLAGS} build-osx: ${PROG} - clang -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libraylib.a ${PROG}.c -o ${PROG} + clang -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libraylib.a src/main.c src/mst.c -o ${PROG} clean: ${PROG} rm ${PROG}