basic draw.c structure
This commit is contained in:
parent
61fe833a06
commit
d456617f0e
3 changed files with 149 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = dwm.c
|
||||
SRC = draw.c dwm.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue