From fbd6f18c2d703857d372fa2b23478775f0cf1efa Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 8 Jul 2012 02:07:33 +0200 Subject: Initial commit --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a12808a --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +TARGETS:= xrandr-notify +LDFLAGS:=-lX11 -lXrandr + +all: $(TARGETS) + +clean: + $(RM) $(TARGETS) -- cgit v1.2.3