summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 4ac15a4..2115028 100644
--- a/rules.mk
+++ b/rules.mk
@@ -29,6 +29,10 @@ COMPILE.info = $(info $$(CC) $@)
$(COMPILE.info)
@$(COMPILE.cpp) -MMD -MP
+%.o: %.S
+ $(COMPILE.info)
+ @$(COMPILE.S) -MMD -MP
+
clean:
$(info $$(RM) $(CLEANLIST))
-@$(RM) $(CLEANLIST)