commit | 9a8249beeb99c7a3adeedca6e424a81f77807b57 | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Mon Jul 06 08:23:02 2020 -0400 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Mon Jul 06 08:23:02 2020 -0400 |
tree | 835bf71c13fd42f574ca952c46a7ad31198ca66d | |
parent | a3a2475720efc38a1a4074c0aecb8499e60b0c88 [diff] [blame] |
Added "distclean" target to the Makefile, which is expected by the scripts handling automatic updates to the tarball and website.
diff --git a/Makefile b/Makefile index 02000c3..9f28a08 100644 --- a/Makefile +++ b/Makefile
@@ -79,3 +79,7 @@ veryclean: for tech in ${TECHS}; do \ ${MAKE} veryclean-$${tech}; done + +distclean: + for tech in ${TECHS}; do \ + ${MAKE} veryclean-$${tech}; done