From a55d2bd12c1a7f604e899dfbe28d9a9856f3e5ff Mon Sep 17 00:00:00 2001 From: zombie Date: Sat, 18 Sep 2021 05:46:33 -0400 Subject: [PATCH] made a folder for includes --- length_func.inc => inc/length_func.inc | 0 length.asm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename length_func.inc => inc/length_func.inc (100%) diff --git a/length_func.inc b/inc/length_func.inc similarity index 100% rename from length_func.inc rename to inc/length_func.inc diff --git a/length.asm b/length.asm index 8f6a521..5aa25a2 100644 --- a/length.asm +++ b/length.asm @@ -1,7 +1,7 @@ extern puts extern printf default rel -%include "../length_func.inc" +%include "../inc/length_func.inc"