Skip to content

Commit

Permalink
Fix(?) makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Pierce committed Jun 13, 2024
1 parent c203c43 commit 3e9567e
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 @@ -37,7 +37,7 @@ build/solutions/%: src/examples/%
@cat $< | sed '\|^.*--BEGIN--.*$$|d' | sed '\|^.*--END--.*$$|d' > $@

build/exercises.zip: $(EXERCISES)
cd build; zip -r exercises.zip exercises >& /dev/null
cd build; zip -r exercises.zip exercises > /dev/null

##############################################################################
# Tutorial document
Expand Down

0 comments on commit 3e9567e

Please sign in to comment.