Skip to content

Commit 6468300

Browse files
committed
fix rmake
1 parent f3c427c commit 6468300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-include ../tools.mk
22

33
all:
4-
rustc -o foo foo.rs
4+
$(rustc) -o foo foo.rs

0 commit comments

Comments
 (0)