diff options
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 3287ac873239..000000000000 --- a/mk/clean.mk +++ /dev/null @@ -1,7 +0,0 @@ -clean_files := - -clean: - rm -fv $(clean_files) - -dryclean: - @echo $(clean_files) |