Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Aug 11, 2023
1 parent 39c7624 commit 0f5cc16
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 @@ -21,7 +21,7 @@ examples: oasis $(EXAMPLES)

examples/%.out: examples/%.in oasis
@rm -f $@
@scripts/gen_example.sh $< $@
scripts/gen_example.sh $< $@

clean-examples:
@rm -f examples/*/*.out
Expand Down

0 comments on commit 0f5cc16

Please sign in to comment.