aboutsummaryrefslogtreecommitdiffstats
path: root/maketargets/clean.mk
diff options
context:
space:
mode:
Diffstat (limited to 'maketargets/clean.mk')
-rw-r--r--maketargets/clean.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/maketargets/clean.mk b/maketargets/clean.mk
new file mode 100644
index 0000000..91a383d
--- /dev/null
+++ b/maketargets/clean.mk
@@ -0,0 +1,9 @@
+# The 'clean' target
+
+clean:
+ $(E) " CLEAN"
+ $(RM) $(INCLUDE_DIR)ficspaths.h
+ $(RM) $(OBJS)
+ $(RM) $(AP_OBJS)
+ $(RM) $(MR_OBJS)
+ $(RM) $(TGTS)