mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-13 21:04:50 +00:00
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd src && mkdir -p ../bin && ghc Main.hs -o ../bin/sixtypical
|