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