commit 8cc21fadb7756118091091abfec347af8646b139 parent f0ea748da0ee2d9a768f03854f589bad594ef31c Author: Nils Gillmann <gillmann@infotropique.org> Date: Sat, 16 Jun 2018 11:47:07 +0000 Makefile: add clean Signed-off-by: Nils Gillmann <gillmann@infotropique.org> Diffstat:
| M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -2,3 +2,6 @@ default: guix-environment guix-environment: guix environment -l guix-env.scm --pure + +clean: + rm -rf */*.pyc */*~ *~