Skip to content

Commit

Permalink
fixup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Feb 12, 2021
1 parent 5fe7ba3 commit db1726f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ install:
# compile just one file
theories/%.vo: force
@$(MAKE) --no-print-directory -f Makefile.coq $@
tests/%.vo: force
tests/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@
examples/%.vo: force
examples/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@

SPACE=$(XXX) $(YYY)
Expand Down
4 changes: 2 additions & 2 deletions apps/NES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ test: Makefile.test.coq

theories/%.vo: force
@$(MAKE) --no-print-directory -f Makefile.coq $@
tests/%.vo: force
tests/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@
examples/%.vo: force
examples/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@

Makefile.coq Makefile.coq.conf: _CoqProject
Expand Down
4 changes: 2 additions & 2 deletions apps/derive/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ test: Makefile.test.coq

theories/%.vo: force
@$(MAKE) --no-print-directory -f Makefile.coq $@
tests/%.vo: force
tests/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@
examples/%.vo: force
examples/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@

Makefile.coq Makefile.coq.conf: _CoqProject
Expand Down
4 changes: 2 additions & 2 deletions apps/eltac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ test: Makefile.test.coq

theories/%.vo: force
@$(MAKE) --no-print-directory -f Makefile.coq $@
tests/%.vo: force
tests/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@
examples/%.vo: force
examples/%.vo: force build
@$(MAKE) --no-print-directory -f Makefile.test.coq $@

Makefile.coq Makefile.coq.conf: _CoqProject
Expand Down

0 comments on commit db1726f

Please sign in to comment.