mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-08-07 17:25:25 +00:00
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p bin
|
|
ghc src/Main.hs -o bin/sixtypical
|