Skip to content

Commit

Permalink
Merge pull request #82 from mithro/clean-fix
Browse files Browse the repository at this point in the history
make: `dist-clean` depends on `clean` now.
  • Loading branch information
mithro committed Mar 11, 2018
2 parents 854feee + f51deb8 commit 1bb486c
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 @@ -43,7 +43,7 @@ test:
clean:
@true

dist-clean:
dist-clean: clean
@true

.PHONY: clean dist-clean

0 comments on commit 1bb486c

Please sign in to comment.