diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2003-04-15 00:13:03 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2003-04-15 00:13:03 +0000 |
| commit | 1ab607765c231924f642d27aa3ac3b9294844704 (patch) | |
| tree | 0de67f67b98f368df2bc74e943c75a387a290a87 /obcl/Makefile | |
| parent | 37e2ef05d5e0ae2edec6f51a6c52f701fd0ce9fd (diff) | |
node processing code/macros, and other fixes
Diffstat (limited to 'obcl/Makefile')
| -rw-r--r-- | obcl/Makefile | 2 |
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 |
