Skip to content

Commit

Permalink
Use --avoid-main with --tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Feb 13, 2020
1 parent 9773279 commit 7a5cca1
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 @@ -15,7 +15,7 @@ remove:
# Primarily for day-to-day dev.
# Note: Also builds docs (if any) and checks deps.
setup:
raco setup --tidy $(DEPS-FLAGS) --pkgs $(PACKAGE-NAME)
raco setup --tidy --avoid-main $(DEPS-FLAGS) --pkgs $(PACKAGE-NAME)

# Note: Each collection's info.rkt can say what to clean, for example
# (define clean '("compiled" "doc" "doc/<collect>")) to clean
Expand Down

0 comments on commit 7a5cca1

Please sign in to comment.