diff options
Diffstat (limited to 'dwm-6.3/Makefile')
| -rw-r--r-- | dwm-6.3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm-6.3/Makefile b/dwm-6.3/Makefile index afe3788..77bcbc0 100644 --- a/dwm-6.3/Makefile +++ b/dwm-6.3/Makefile @@ -2,7 +2,6 @@ # See LICENSE file for copyright and license details. include config.mk -include ../config.mk SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} |