mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
parent
30974cb895
commit
a1e0b7922a
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…
Reference in New Issue
Block a user