From 1a36e6211674f1a39c7cc0ddff705357a4add65a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 28 Aug 2024 13:04:06 +0000 Subject: basics: Add an example on floating instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- basics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basics/Makefile') diff --git a/basics/Makefile b/basics/Makefile index 90e88ef..6e36dd6 100644 --- a/basics/Makefile +++ b/basics/Makefile @@ -13,7 +13,7 @@ all: clean $(EXE) .PHONY: $(EXE) $(EXE): - gcc $(CCFLAGS) -o $(EXE) main.c factorial.S string.S + gcc $(CCFLAGS) -o $(EXE) main.c factorial.S string.S float.S .PHONY: clean clean: -- cgit v1.2.3