;makefile: note useful looking lib

This commit is contained in:
Simon Michael 2020-08-08 12:07:06 -07:00
parent b76caae338
commit a0c12a730f

View File

@ -26,6 +26,8 @@
# This makefile mostly uses stack to get things done (slow but robust).
# It may sometimes (still ?) use ghc only, or cabal, when easier.
# see also: https://gmsl.sourceforge.io/
# XXX do we need this ?
#SHELL=/bin/bash
#.SHELLFLAGS="-O extglob -c" # example