about summary refs log tree commit diff
path: root/mk/clean.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T09·50+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T09·50+0000
commitf980755766e7cd74c0c959eaa2a6d4655980e2ea (patch)
tree56452922b75f19a707cdecc4cee936f8fe7e372c /mk/clean.mk
parente9b6397d2f902eb4f5bf0fd513013d92af074cfc (diff)
Split Makefile.lib into several *.mk files
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 000000000000..3287ac873239
--- /dev/null
+++ b/mk/clean.mk
@@ -0,0 +1,7 @@
+clean_files :=
+
+clean:
+	rm -fv $(clean_files)
+
+dryclean:
+	@echo $(clean_files)