summaryrefslogtreecommitdiffstats
path: root/tools/aewm-drakx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aewm-drakx/Makefile')
-rw-r--r--tools/aewm-drakx/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/aewm-drakx/Makefile b/tools/aewm-drakx/Makefile
new file mode 100644
index 000000000..ed1b95ecf
--- /dev/null
+++ b/tools/aewm-drakx/Makefile
@@ -0,0 +1,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 *~