mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-08-29 01:24:32 +02:00
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
cd scconfig
|
|
make
|
|
./configure "$@"
|