Skip to content

Commit

Permalink
Small fix to tutorial Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
didriklundberg committed Nov 22, 2024
1 parent 686f11d commit 55521e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorial/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

MAKEFILE_DIRS=1-code 3-exec 8-symbexec
HOLMAKEFILE_DIRS=2-lift 4-bir-to-arm 5-wp 6-smt 7-composition support support2
HOLMAKEFILE_DIRS=2-lift 4-bir-to-arm 5-wp 6-smt 7-composition

##########################################################

.DEFAULT_GOAL := all
all: 7-composition support2
all: 7-composition

##########################################################

Expand Down

0 comments on commit 55521e9

Please sign in to comment.