Skip to content

Commit

Permalink
Merge pull request #14 from jerryz123/patch-2
Browse files Browse the repository at this point in the history
clean-out should only clean OUTPUT
  • Loading branch information
ksco authored Sep 29, 2023
2 parents 059aca4 + 30e6cf3 commit fcb57ce
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 @@ -91,7 +91,7 @@ $(tests_stage2):


clean-out:
rm -rf out
rm -rf $(OUTPUT)

clean: clean-out
go clean
Expand Down

0 comments on commit fcb57ce

Please sign in to comment.