fixed makefile

This commit is contained in:
davidovski 2021-08-02 01:08:13 +01:00
parent 81fdb8ee7f
commit 3b65cbb116
1 changed files with 1 additions and 1 deletions

View File

@ -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}