Skip to content

Commit

Permalink
Merge pull request #814 from strukturag/make-distclean
Browse files Browse the repository at this point in the history
make: Rename "distclean" target to "clean-generated".
  • Loading branch information
fancycode authored Sep 3, 2024
2 parents 9a51750 + 1230787 commit b84e17e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Generate files
run: |
make distclean
make clean-generated
make common
- name: Commit changes
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Generate files
run: |
make distclean
make clean-generated
make common
- name: Check generated files
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ proxy: $(BINDIR)
clean:
rm -f easyjson-bootstrap*.go

distclean: clean
clean-generated: clean
rm -f $(EASYJSON_GO_FILES) $(PROTO_GO_FILES)

build: server proxy
Expand Down

0 comments on commit b84e17e

Please sign in to comment.