mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-31 00:44:38 +00:00
4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
gcc -c -I. -I../../source/include -O2 -o $1.o $1.c
|
|
gcc -I -I. -I../../source/include -o $1 $1.o softfloat.a
|