mirror of
https://git.davidovski.xyz/glsl-mandelbrot.git
synced 2024-08-15 00:43:35 +00:00
fixed makefile
This commit is contained in:
parent
bcd0fae0d8
commit
ef07ca7716
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -2,8 +2,6 @@ PROG=brotshader
|
|||
CC=gcc
|
||||
FLAGS=-lm `pkg-config -libs raylib`
|
||||
|
||||
.DEFAULT_GOAL := run
|
||||
|
||||
${PROG}: ${PROG}.c
|
||||
${CC} ${PROG}.c -o ${PROG} ${FLAGS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue