Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit af06c47

Browse files
committed
fix: run script on linux (add -lm)
1 parent e39ae28 commit af06c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎run‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fi
66

77
if [ -d "Example/1ドル" ]
88
then
9-
cc source/*.c Example/1ドル/main.c -I ./include -o build/1ドル
9+
cc source/*.c Example/1ドル/main.c -I ./include -lm -o build/1ドル
1010
cd build
1111
./1ドル
1212
else

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /