summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 94a765c638116d03da849df5ab803ac5f2ed7729 (plain) (blame)
1
2
3
4
5
6
7
8
TARGETS:= xrandr-notify
CFLAGS:=-std=c99 -pedantic -Wall -Wshadow
LDFLAGS:=-lX11 -lXrandr

all: $(TARGETS)

clean:
	$(RM) $(TARGETS)