Skip to content

Commit 34265c6

Browse files
committed
Another Makefile attempt.
1 parent b63fcfe commit 34265c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/outlaw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ objs = \
2727
default: runtime.o
2828

2929
runtime.o: $(objs)
30-
ld -r $(objs) $(libs) -o runtime.o
30+
gcc -r $(objs) $(libs) -o runtime.o
3131

3232
%.run: %.o runtime.o
3333
gcc runtime.o $< -o $@

0 commit comments

Comments
 (0)