From 013366f9eea59bb1b2ee1985580f37a32c20ee76 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sat, 28 May 2022 00:27:42 +0200 Subject: makefile & komentarisanje koda (treci deo) --- include/00.build/AS_Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/00.build/AS_Makefile (limited to 'include/00.build/AS_Makefile') 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 $@ -- cgit v1.2.3