basic draw.c structure

This commit is contained in:
anselm@garbe.us 2012-11-18 12:04:29 +01:00
parent 61fe833a06
commit d456617f0e
3 changed files with 149 additions and 6 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC = dwm.c
SRC = draw.c dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm