From a2ef051d5c3aa20705d0a52cbd00020875751f15 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Thu, 23 Nov 2017 18:13:48 +0100 Subject: [PATCH] makefile linkage --- libftasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libftasm/Makefile b/libftasm/Makefile index e0d70040..d932a4ba 100644 --- a/libftasm/Makefile +++ b/libftasm/Makefile @@ -102,7 +102,7 @@ re : fclean all test: $(NAME) main.c - gcc -Wall -Wextra -Werror main.c libfts.a + gcc -Wall -Wextra -Werror $? -o test @printf "\r\033[38;5;117m✓ MAKE test\033[0m\033[K\n" .PHONY : fclean clean re run-gdb