1
0
forked from GitHub/gf-core

Moved transfer documentation to doc/. Added sections and text to transfer tutorial and reference. Added script for generating html from txt2tags files.

This commit is contained in:
bringert
2005-12-06 16:23:29 +00:00
parent 1094204640
commit 41aaed58d4
13 changed files with 1041 additions and 45 deletions

View File

@@ -1,11 +1,13 @@
SRCDIR=../src
GHC=ghc
GHCFLAGS=-i$(SRCDIR)
GHCFLAGS=-i$(SRCDIR)
GHCOPTFLAGS=-O2
.PHONY: all bnfc bnfctest doc docclean clean bnfcclean distclean
all: GHCFLAGS += $(GHCOPTFLAGS)
all:
$(GHC) $(GHCFLAGS) --make -o trci trci.hs
$(GHC) $(GHCFLAGS) --make -o transferc transferc.hs