remove C bits from Procfile

This commit is contained in:
Solene Rapenne 2022-08-13 14:00:41 +02:00
parent bb1de0e0cc
commit aa3aff9854
1 changed files with 0 additions and 1 deletions

View File

@ -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"