about summary refs log tree commit diff
path: root/Makefile
blob: 09957aff3fd090043f263d4a1c0f922da8b77351 (plain) (blame)
1
2
3
4
x11_bsd_flags = -I/usr/X11R6/include -L/usr/X11R6/lib

all:
	${CC} ${CFLAGS} ${LDFLAGS} clipnotify.c -o clipnotify $(x11_bsd_flags) -lX11 -lXfixes