summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 63a8257..abd3e2b 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,8 @@ all: YATwm
HEADERS = \
config.h \
- structs.h
+ structs.h \
+ util.h
SOURCES = \
main.cpp
OBJECTS = $(SOURCES:.cpp=.o)