mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 19:10:57 +02:00
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
set -v
|
|
gcc -Wall -Wpedantic -g -o prog1in4out prog1in4out.c
|
|
gcc -Wall -Wpedantic -g -o prog4in1out prog4in1out.c
|
|
gcc -Wall -Wpedantic -g -o graycode graycode.c
|