diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·12+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·12+0100 |
commit | 55c9a40613fefda6622aa9acd22cce4006fd1077 (patch) | |
tree | cd592d5836af42feeeca64ac3ebb77037b93a076 /mk/clean.mk | |
parent | 259086de841d155f7951c2cc50f799a4631aa512 (diff) |
Move stuff to top-level
This makes it easier to use with "git subtree".
Diffstat (limited to 'mk/clean.mk')
-rw-r--r-- | mk/clean.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mk/clean.mk b/mk/clean.mk deleted file mode 100644 index 7dba76c5d910..000000000000 --- a/mk/clean.mk +++ /dev/null @@ -1,7 +0,0 @@ -clean_files := - -clean: - $(QUIET) rm -fv -- $(clean_files) - -dryclean: - @for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done | sort |