removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities

This commit is contained in:
arg@suckless.org 2007-10-18 10:28:41 +02:00
parent 8dc03d6e6b
commit cd7ebaad25
3 changed files with 190 additions and 194 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC += dwm.c
SRC = dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm
@ -35,7 +35,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk dwm.h \
@cp -R LICENSE Makefile README config.def.h config.mk \
dwm.1 ${SRC} dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar