aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-14 05:35:11 +0000
committerDavid Robillard <d@drobilla.net>2011-05-14 05:35:11 +0000
commit82eeba6aca368aa04a6650b6ee7cefe4b28804b8 (patch)
tree2f2c8c7ad5e2717e3563e41c2a7612926e9304d9 /Makefile
parent8dac0b237cd376ab9bd3bfe14ee0f4b24ea1834f (diff)
downloadresp-82eeba6aca368aa04a6650b6ee7cefe4b28804b8.tar.gz
resp-82eeba6aca368aa04a6650b6ee7cefe4b28804b8.tar.bz2
resp-82eeba6aca368aa04a6650b6ee7cefe4b28804b8.zip
Add flatten stage to generate flat s-expression IR for the (now simpler) compilation stage.
git-svn-id: http://svn.drobilla.net/resp/trunk@417 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03b648f..f1279b2 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ OBJECTS = \
build/constrain.o \
build/cps.o \
build/expand.o \
+ build/flatten.o \
build/gc.o \
build/lift.o \
build/parse.o \