summaryrefslogtreecommitdiff
path: root/obcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obcl/Makefile')
-rw-r--r--obcl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/obcl/Makefile b/obcl/Makefile
index 03c3a5dc..1284a735 100644
--- a/obcl/Makefile
+++ b/obcl/Makefile
@@ -3,7 +3,7 @@ LIBS=`pkg-config --libs glib-2.0` -ll
targets = cltest
-sources = obcl.c main.c parse.c lex.c
+sources = obcl.c main.c parse.c lex.c process.c
headers = obcl.h
.PHONY: all clean