texstretch/build.sh

5 lines
47 B
Bash
Raw Normal View History

2024-07-22 23:19:27 +00:00
#!/bin/sh
2024-07-23 00:38:24 +00:00
gcc -O2 -Wall main.c -lm -o texmap
2024-07-22 23:19:27 +00:00