This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
syntastic-glsl-drv/Makefile

6 lines
103 B
Makefile
Raw Normal View History

2015-03-10 20:58:30 +01:00
check-glsl: check_glsl.c
$(CC) -g -O0 -lGL -lX11 -o check-glsl check_glsl.c
clean:
rm -f check-glsl