made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
This commit is contained in:
parent
01022b95d6
commit
fe2775a15b
4 changed files with 184 additions and 187 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = dwm.c
|
||||
SRC += dwm.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue