clean: remove useless link

This commit is contained in:
gbrochar 2024-02-26 05:48:37 +01:00
parent 0b3382b478
commit 774df72db3
1 changed files with 1 additions and 1 deletions

View File

@ -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)