X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=cli%2Fsrc%2FMakefile;fp=cli%2Fsrc%2FMakefile;h=87102fc4d2ae0809933ad5b606e382ed98ec564e;hp=0000000000000000000000000000000000000000;hb=5efeef24814e1744e3c4f3109f82e700576439ab;hpb=0ba9c4e22bc917a666b8762b734884e72c142ccf diff --git a/cli/src/Makefile b/cli/src/Makefile new file mode 100644 index 0000000..87102fc --- /dev/null +++ b/cli/src/Makefile @@ -0,0 +1,9 @@ +PROGS=glxsimple + +all: $(PROGS) + +%:%.c + $(CC) -Wall -Wextra -g -o $@ $^ -lGL -lX11 -lGLEW + +clean: + rm -f *.o $(PROGS)