Mercurial > hg > silvet
comparison Makefile.linux @ 251:ea37df6305a8 norm
Don't need to build the flattendynamics plugin, just use the object files
author | Chris Cannam |
---|---|
date | Tue, 22 Jul 2014 18:41:09 +0100 |
parents | 8aa810eeff40 |
children | 537205426492 |
comparison
equal
deleted
inserted
replaced
249:43617fe1954e | 251:ea37df6305a8 |
---|---|
14 | 14 |
15 .PHONY: constant-q-cpp | 15 .PHONY: constant-q-cpp |
16 constant-q-cpp: | 16 constant-q-cpp: |
17 $(MAKE) -C $@ -f Makefile.linux libcq.a | 17 $(MAKE) -C $@ -f Makefile.linux libcq.a |
18 | 18 |
19 .PHONY: flattendynamics | |
20 flattendynamics: | |
21 $(MAKE) -C $@ -f Makefile flattendynamics.so |