mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
parent
30974cb895
commit
a1e0b7922a
.muse
3
.muse/config.toml
Normal file
3
.muse/config.toml
Normal file
@ -0,0 +1,3 @@
|
||||
ignore = [ "DEAD_STORE" ]
|
||||
build = "make"
|
||||
setup = ".muse/setup.sh"
|
4
.muse/setup.sh
Executable file
4
.muse/setup.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
./buildconf
|
||||
./configure
|
||||
echo "Ran the setup script for muse including autoconf and executing ./configure"
|
Loading…
x
Reference in New Issue
Block a user