mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
oops - forgot mkPresent as well
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
RUNGHC=runghc
|
RUNGHC=runghc
|
||||||
RUNMAKE=$(RUNGHC) Make.hs
|
RUNMAKE=$(RUNGHC) Make.hs
|
||||||
|
|
||||||
|
GF_LIB_PATH=..
|
||||||
|
|
||||||
.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled clean
|
.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled clean
|
||||||
|
|
||||||
all: link prelude present alltenses compat
|
all: link prelude present alltenses compat
|
||||||
|
|||||||
1
next-lib/src/mkPresent
Normal file
1
next-lib/src/mkPresent
Normal file
@@ -0,0 +1 @@
|
|||||||
|
grep -v "\-\-\# notpresent" $1
|
||||||
Reference in New Issue
Block a user