Skip to content

Commit

Permalink
Merge branch 'inQWIRE:main' into ccz
Browse files Browse the repository at this point in the history
  • Loading branch information
epelaaez authored Feb 23, 2023
2 parents 468c8e9 + 4fec5cf commit 4470efa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ all:
git submodule update;
@dune build

sqir:
sqir: FORCE
@dune build SQIR

voqc:
voqc: FORCE
@dune build VOQC

examples:
examples: FORCE
@dune build examples

shor:
Expand All @@ -35,3 +35,4 @@ doc: all
cd _build/default && coqdoc -g --utf8 --toc --no-lib-name -d ../../docs -R . SQIR $(FILES)

.PHONY: all clean install uninstall doc
FORCE:

0 comments on commit 4470efa

Please sign in to comment.