summaryrefslogtreecommitdiff
path: root/util_lib
diff options
context:
space:
mode:
Diffstat (limited to 'util_lib')
-rw-r--r--util_lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util_lib/Makefile b/util_lib/Makefile
index 35ee9e7..5b4bd22 100644
--- a/util_lib/Makefile
+++ b/util_lib/Makefile
@@ -10,6 +10,8 @@ UTIL_LIB = libutil.a
-include $(UTIL_LIB_DEPS)
+clean += $(UTIL_LIB_OBJS) $(UTIL_LIB_DEPS) $(UTIL_LIB)
+
$(UTIL_LIB): CPPFLAGS += -I$(srcdir)/util_lib/include
$(UTIL_LIB): $(UTIL_LIB_OBJS)