glfw-examples/Makefile

7 lines
87 B
Makefile

CC=gcc
all: fps_counter
fps_counter:
$(CC) fps_counter.c -lglfw -lGL -o fps_counter