This repository has been archived on 2024-07-18. 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.
syntastic-glsl-drv/Makefile
2015-03-10 20:58:30 +01:00

5 lines
103 B
Makefile

check-glsl: check_glsl.c
$(CC) -g -O0 -lGL -lX11 -o check-glsl check_glsl.c
clean:
rm -f check-glsl