summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a12808a65290ea32aa3136c50b9b34c9f11356ad (plain) (blame)
1
2
3
4
5
6
7
TARGETS:= xrandr-notify
LDFLAGS:=-lX11 -lXrandr

all: $(TARGETS)

clean:
	$(RM) $(TARGETS)