about summary refs log tree commit diff
path: root/mk/clean.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/clean.mk')
-rw-r--r--mk/clean.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/clean.mk b/mk/clean.mk
new file mode 100644
index 0000000000..3287ac8732
--- /dev/null
+++ b/mk/clean.mk
@@ -0,0 +1,7 @@
+clean_files :=
+
+clean:
+	rm -fv $(clean_files)
+
+dryclean:
+	@echo $(clean_files)