mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-31 08:54:42 +00:00
4 lines
118 B
Bash
4 lines
118 B
Bash
|
#!/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
|