Skip to content

Commit b9d026a

Browse files
committed
shared-library/lib-lib-dependency typo
1 parent c407f6c commit b9d026a

File tree

1 file changed

+1
-1
lines changed
  • shared-library/lib-lib-dependency

1 file changed

+1
-1
lines changed

shared-library/lib-lib-dependency/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CC := gcc -pedantic-errors -std=c89 -Wall -Wextra
22

3-
.PHONY: all clean test
3+
.PHONY: clean test
44

55
main.out: main.o libcirosantilli_a.so
66
$(CC) -L'.' main.o -o '$@' -lcirosantilli_a

0 commit comments

Comments
 (0)