diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-15 16:30:50 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-15 16:30:50 +0200 |
commit | dba23062bad40afb1a90f60b6897cf9e1ca5035b (patch) | |
tree | a2823b36177e027cf3aa82f764c37cfc6eea4503 /Makefile | |
parent | c0705eeb65733e8c5091e47d5bdc701a0779a949 (diff) | |
download | dwm-dba23062bad40afb1a90f60b6897cf9e1ca5035b.tar.gz |
rearranged several stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e2caadd..3433894 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c key.c main.c screen.c util.c +SRC = client.c draw.c event.c main.c tag.c util.c OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm |