Makefile (133B)
1 all: 2 gcc xwinwrap.c -o xwinwrap `pkg-config --libs x11 xext xrender` 3 4 install: 5 install xwinwrap /usr/bin/ 6 7 clean: 8 -rm -f xwinwrap