This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
ascii/build.sh
2023-12-31 22:45:50 +00:00

5 lines
104 B
Bash
Executable File

#!/bin/sh
cc -o ascii ascii.c && ./ascii > table
cc -DRAW -o ascii ascii.c && ./ascii > raw
rm -f ascii