Commit a32946e1 authored by Adam Wujek's avatar Adam Wujek 💬

demos:svec:sw:tools: build libmockturtle if needed

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 8667f3ac
......@@ -28,7 +28,10 @@ install:
install -d $(DESTDIR)/bin
install -D $(PROGS) $(DESTDIR)/bin
mockturtle-svec: $(TRTL_SW)/lib/libmockturtle.a
$(TRTL_SW)/lib/libmockturtle.a:
$(MAKE) -C $(@D)
# TODO add rules to compile your programs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment