summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3627d6d063278a7e3e23a3d036adbeb64fb14fc8 (plain) (blame)
1
2
3
4
5
6
7
8
TARGETS:= xinerama-resolution
CFLAGS:=-std=c99 -pedantic -Wall -Wshadow
LDFLAGS:=-lX11 -lXinerama

all: $(TARGETS)

clean:
	$(RM) $(TARGETS)