mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:47:21 +03:00
parent
30974cb895
commit
a1e0b7922a
2 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue