mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -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:
2
src/tools/mktoday.sh
Normal file
2
src/tools/mktoday.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo 'module Today where today = "'`date`'"' > Today.hs
|
||||
Reference in New Issue
Block a user