We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67716d5 commit f55689dCopy full SHA for f55689d
langs/outlaw/Makefile
@@ -58,10 +58,10 @@ outlaw.rkt: compile-stdin.rkt \
58
> outlaw.rkt
59
60
runtime.o: $(objs)
61
- gcc -r $(objs) -o runtime.o
+ ld -r $(objs) -o runtime.o
62
63
%.run: %.o runtime.o
64
- gcc $(link_opts) runtime.o -static -lunistring $< -o $@
+ gcc $(link_opts) runtime.o $< -lunistring -o $@
65
66
.c.o:
67
gcc $(include) -fPIC -c -g -o $@ $<
0 commit comments