We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63fcfe commit 34265c6Copy full SHA for 34265c6
1 file changed
langs/outlaw/Makefile
@@ -27,7 +27,7 @@ objs = \
27
default: runtime.o
28
29
runtime.o: $(objs)
30
- ld -r $(objs) $(libs) -o runtime.o
+ gcc -r $(objs) $(libs) -o runtime.o
31
32
%.run: %.o runtime.o
33
gcc runtime.o $< -o $@
0 commit comments