1 2 3 4 5 6 7 8
CFLAGS=-s LDFLAGS=-lX11 -lXi penxortouch: penxortouch.o $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) clean: rm -f penxortouch *.o