Skip to content

Commit

Permalink
Merge pull request #33 from GaloisInc/bugfix-tutorial-build
Browse files Browse the repository at this point in the history
Fix find command arguments
  • Loading branch information
bcpierce00 authored Jun 18, 2024
2 parents c56111e + f1fdd39 commit 92c83a5
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
Expand Up @@ -13,7 +13,7 @@ build:
##############################################################################
# Exercises

SRC_EXAMPLES=$(shell find src/examples -type file)
SRC_EXAMPLES=$(shell find src/examples -type f)
SOLUTIONS=$(patsubst src/examples/%, build/solutions/%, $(SRC_EXAMPLES))
EXERCISES=$(patsubst src/examples/%, build/exercises/%, $(SRC_EXAMPLES))

Expand Down

0 comments on commit 92c83a5

Please sign in to comment.