mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-12 03:20:12 -06:00
First (hacky) working version of FastCGI JSON morphology server.
This commit is contained in:
10
src/morpho-server/Makefile
Normal file
10
src/morpho-server/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
.PHONY: gf-morpho.fcgi clean
|
||||
|
||||
gf-morpho.fcgi:
|
||||
ghc -i.. --make -o $@ MorphoServer.hs
|
||||
# cabal configure
|
||||
# cabal build
|
||||
# cp dist/build/$@/$@ .
|
||||
|
||||
clean:
|
||||
cabal clean
|
||||
Reference in New Issue
Block a user