mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
Added configure script, added install target, changed MkToday to a shell script to avoid a build-time dependency on runhugs
This commit is contained in:
8
src/config.mk.in
Normal file
8
src/config.mk.in
Normal file
@@ -0,0 +1,8 @@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
bindir = $(exec_prefix)/bin
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
GHC = @GHC@
|
||||
GHCI = @GHCI@
|
||||
Reference in New Issue
Block a user