We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bcdf2 commit 6b680a4Copy full SHA for 6b680a4
examples/MyLib/Makefile
@@ -24,7 +24,7 @@ INCLUDE_DIR = $(TARGET)/include
24
25
.PHONY: build-executable
26
build-executable:
27
- $(gcc) my_application.c -o my_application.out -I$(INCLUDE_DIR) -L$(TARGET)/lib -ljulia -lmylib
+ $(GCC) my_application.c -o my_application.out -I$(INCLUDE_DIR) -L$(TARGET)/lib -ljulia -lmylib
28
29
.PHONY: clean
30
clean:
0 commit comments