boomer/probe/fbconfig/Makefile

8 lines
148 B
Makefile
Raw Normal View History

2019-08-30 01:35:16 +00:00
CFLAGS=`pkg-config --cflags x11 gl`
LIBS=`pkg-config --libs x11 gl`
2019-08-31 12:11:59 +00:00
all: fbconfig screenshot
%: %.c
gcc -Wall -Werror $(CFLAGS) -o $@ $< $(LIBS)