5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd tinyfiledialogs
|
||
|
gcc -c -o tfd.o tinyfiledialogs.c
|
||
|
ar rcs ../tfd.a tfd.o
|