summaryrefslogtreecommitdiff
path: root/examples/app/Makefile2
AgeCommit message (Collapse)Author
2015-06-02copied examples/app to examples/slowApp; the new app is a bit scaled down ↵aarne
but much faster
2014-09-23examples/app/Makefile2: add missing -probs flaghallgren
2014-08-30examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work ↵hallgren
yet) This makefile just calls GF once and lets GF figure out in which order to compile things. It uses the -j flag to enable parallel compilation and specifies an explicit -path, overriding the -path flags in the source files. This allows all needed modules to be found automatically and ensures that that alltenses is consistently used everywhere. But for some reason, this doesn't work...