Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
nikswamy committed Jan 13, 2025
1 parent 9fee831 commit 3b77d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -383,7 +383,7 @@ test-1: stage1

_unit-tests-1: override FSTAR_EXE := $(abspath stage1/out/bin/fstar.exe)
_unit-tests-1: stage1
$(MAKE) _unit-tests FSTAR_EXE=$(FSTAR_EXE) unit-tests
$(MAKE) _unit-tests FSTAR_EXE=$(FSTAR_EXE)

test-2: override FSTAR_EXE := $(abspath stage2/out/bin/fstar.exe)
test-2: stage2

0 comments on commit 3b77d08

Please sign in to comment.