This website requires JavaScript.
Explore
Help
Sign In
nefrace
/
repico
Watch
1
Star
0
Fork
You've already forked repico
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9cde77c8e0
repico
/
build_tfd.sh
5 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
cd
tinyfiledialogs
gcc -c -o tfd.o tinyfiledialogs.c
ar rcs ../tfd.a tfd.o
Reference in New Issue
View Git Blame
Copy Permalink