euphonictechnologies’s diary

Haskell超初心者の日記です。OCamlが好きです。

follow us in feedly

2016-11-19から1日間の記事一覧

超かんたんなSwift on Linux用のMakefile

あると便利 gist.github.com こんなもので良ければどうぞ。 使い方 $ make # make buildに同等。ビルドします。 # コンパイルオプションで分けたりしてもいいと思います。 # make buildでデバッグ版、make build_releaseでリリース版とか。 $ make update # …