]> git.cworth.org Git - apitrace-tests/blob - cli/src/Makefile
Rework testing of trimming of operations with no side effects
[apitrace-tests] / cli / src / Makefile
1 PROGS=glxsimple few-side-effects
2
3 all: $(PROGS)
4
5 %:%.c
6         $(CC) -Wall -Wextra -g -o $@ $^ -lGL -lX11 -lGLEW
7
8 clean:
9         rm -f *.o $(PROGS)