This website requires JavaScript.
Explore
Help
Register
Sign In
nakidai
/
csnake
Watch
1
Star
0
Fork
You've already forked csnake
1
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
Autocreate config dir
Browse Source
Nakidai
2023-10-30 03:10:21 +03:00
parent
40dc962d5e
commit
d241321aff
Signed by untrusted user who does not match committer:
nakidai
GPG Key ID:
914675D395210A97
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
configure
vendored
Unescape
Escape
View File
@ -1,5 +1,7 @@
#!/bin/sh
#!/bin/sh
mkdir config
CC=${CC:-cc}
CC=${CC:-cc}
RM=${RM:-rm -f}
RM=${RM:-rm -f}
CFLAGS=${CFLAGS:-}
CFLAGS=${CFLAGS:-}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
nakidai/csnake
Title
Body
Create Issue