summaryrefslogtreecommitdiff
path: root/obcl/Makefile
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2003-04-15 00:13:03 +0000
committerMarius Nita <marius@cs.pdx.edu>2003-04-15 00:13:03 +0000
commit1ab607765c231924f642d27aa3ac3b9294844704 (patch)
tree0de67f67b98f368df2bc74e943c75a387a290a87 /obcl/Makefile
parent37e2ef05d5e0ae2edec6f51a6c52f701fd0ce9fd (diff)
node processing code/macros, and other fixes
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