ngspice/examples/xspice/d_process/compile.sh

6 lines
172 B
Bash
Raw Normal View History

2023-10-12 00:03:57 +02:00
#!/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