aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author[email protected] <unknown>2012-11-18 12:04:29 +0100
committer[email protected] <unknown>2012-11-18 12:04:29 +0100
commitd456617f0eb93df0ec8eb81ff6e04ca988c09c60 (patch)
tree91fdfc4934a640bc937e2524cff16d60cc6862a5 /Makefile
parentreverting to plain X11 fonts in order to implement draw.c default (diff)
downloadseiwm-d456617f0eb93df0ec8eb81ff6e04ca988c09c60.tar.xz
seiwm-d456617f0eb93df0ec8eb81ff6e04ca988c09c60.zip
basic draw.c structure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b139b54..ce6e508 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = dwm.c
+SRC = draw.c dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm