Skip to content

Commit 6b680a4

Browse files
authored
Fix a typo
1 parent d6bcdf2 commit 6b680a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MyLib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ INCLUDE_DIR = $(TARGET)/include
2424

2525
.PHONY: build-executable
2626
build-executable:
27-
$(gcc) my_application.c -o my_application.out -I$(INCLUDE_DIR) -L$(TARGET)/lib -ljulia -lmylib
27+
$(GCC) my_application.c -o my_application.out -I$(INCLUDE_DIR) -L$(TARGET)/lib -ljulia -lmylib
2828

2929
.PHONY: clean
3030
clean:

0 commit comments

Comments
 (0)