diff options
author | Anselm R Garbe <anselm@garbe.us> | 2013-04-17 21:21:47 +0200 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2013-04-17 21:21:47 +0200 |
commit | f2544a331845ad80655c1f79c9dc61922fe3441c (patch) | |
tree | 759d6c9be0fee0c3c334c4653c6633cce90b3be4 /Makefile | |
parent | aafeaf731701e528f4ae9d7c7432b3e92fee4392 (diff) |
renamed draw into drw
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ include config.mk -SRC = util.c draw.c dwm.c +SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} all: options dwm |