This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
glslview/Makefile
2016-02-01 10:19:13 +01:00

2 lines
75 B
Makefile

glslview : glslview.c
gcc -o glslview glslview.c -lSDL2 -lGL -lGLEW -Wall