summaryrefslogtreecommitdiffstats
path: root/tools/aewm-drakx/Makefile
blob: ed1b95ecfa4dc030e4d6ac6459cf36da63c5c2f3 (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS = -Wall -Os
LDFLAGS = -L/usr/X11R6/lib -lX11
CFILES = $(wildcard *.c)
OFILES = $(CFILES:%.c=%.o)
GOAL = aewm-drakx

$(GOAL): $(OFILES)

clean:
	rm -f $(GOAL) $(OFILES) TAGS *~