TARGETS:= xrandr-notify CFLAGS:=-std=c99 -pedantic -Wall -Wshadow LDFLAGS:=-lX11 -lXrandr all: $(TARGETS) clean: $(RM) $(TARGETS)