diff --git a/Makefile b/Makefile index 5b50d53..6f494b4 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ $(NAME): $(OBJ) ar rcs libasm.a $(OBJ) test: $(NAME) - gcc -Wall -Werror -Wextra -no-pie -g main.c -lc -L. -lasm -o libasm_unit_tests + gcc -Wall -Werror -Wextra -no-pie -g main.c -L. -lasm -o libasm_unit_tests clean: rm $(OBJ)