aboutsummaryrefslogtreecommitdiff
path: root/include/00.build/AS_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/00.build/AS_Makefile')
-rw-r--r--include/00.build/AS_Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/00.build/AS_Makefile b/include/00.build/AS_Makefile
new file mode 100644
index 0000000..c8919d7
--- /dev/null
+++ b/include/00.build/AS_Makefile
@@ -0,0 +1,6 @@
+.PHONY: all
+
+all: $(AS_OBJECTS)
+
+$(AS_OBJECT_DIR)/%.o: %.s Makefile
+ $(AS) $< -o $@