diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-11-19 22:48:48 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-11-19 23:04:27 +0100 |
commit | 7ea7342c18590b945bd8064bb63c8030d74327cc (patch) | |
tree | 567a496207b46b94ea0834a03f81a6b109f2fa26 /manual | |
parent | 0dfdbd991afcbcc38110d22d489969ae33fb1f68 (diff) | |
download | yosys-7ea7342c18590b945bd8064bb63c8030d74327cc.tar.gz yosys-7ea7342c18590b945bd8064bb63c8030d74327cc.tar.bz2 yosys-7ea7342c18590b945bd8064bb63c8030d74327cc.zip |
Large improvements in yosys-config
Diffstat (limited to 'manual')
-rw-r--r-- | manual/FILES_Prog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/FILES_Prog/Makefile b/manual/FILES_Prog/Makefile index 1afde80fd..8e326bdc2 100644 --- a/manual/FILES_Prog/Makefile +++ b/manual/FILES_Prog/Makefile @@ -5,8 +5,7 @@ test: stubnets.so tail test1.log test2.log test3.log stubnets.so: stubnets.cc - $(shell yosys-config --cxx --cxxflags --ldflags -o stubnets.so \ - -shared stubnets.cc --ldlibs ) + yosys-config --exec --cxx --cxxflags --ldflags -o $@ -shared $^ --ldlibs clean: rm -f test1.log test2.log test3.log |