diff --git a/Procfile b/Procfile index 6cbaaa5..5a886b0 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,2 @@ -compilation: ls *c *h | entr make test haskell: ls Vger.hs Gemini.hs | entr -s "ghc Vger.hs && printf 'gemini://perso.pw/../Vger.hs\r\n' | ./Vger" haskell-unit: ls *hs | entr -s "ghc unit.hs && ./unit"