Skip to content

Commit

Permalink
chore: Improve clean
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Jan 4, 2024
1 parent 1f49330 commit 8bc0198
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 @@ -8,4 +8,4 @@ generate: $(patsubst %.xsd,%.go,$(notdir $(INPUT)))
@echo "Generated!"

clean:
rm $(patsubst %.xsd,%.go,$(notdir $(INPUT)))
-rm $(patsubst %.xsd,%.go,$(notdir $(INPUT)))

0 comments on commit 8bc0198

Please sign in to comment.