summaryrefslogtreecommitdiffstats
path: root/x11/xnodecor/files/Makefile
blob: 36716bb8b1c8a3030244f399fca847474be9d183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
CFLAGS=		-I${X11BASE}/include
LDFLAGS=	-L${X11BASE}/lib
LIBS=		-lX11

all:	xnodecor

xnodecor:
	$(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS)

install:
	${BSD_INSTALL_PROGRAM} xnodecor ${X11BASE}/bin

clean:
	rm -f *.rej a.out core xnodecor
OpenPOWER on IntegriCloud