aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-20 13:54:00 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-20 13:54:00 +0100
commita1913a6af7c9cd6de18e15e989050690fdaa6600 (patch)
tree2a6269418606217571e026efab125866ef2a5376 /Makefile
parent66b2e8379f0b851d0535a50321e22b58fdaa247d (diff)
downloaddmenu-a1913a6af7c9cd6de18e15e989050690fdaa6600.tar.gz
dmenu-a1913a6af7c9cd6de18e15e989050690fdaa6600.tar.bz2
dmenu-a1913a6af7c9cd6de18e15e989050690fdaa6600.zip
readded draw.c again (except getcolor and setfont)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66040d9..18279f6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = main.c util.c
+SRC = draw.c main.c util.c
OBJ = ${SRC:.c=.o}
all: options dmenu