forked from GitHub/gf-core
small adjustments in Make.hs and some resources to make the lib compile with less warnings and without errors
This commit is contained in:
@@ -5,15 +5,17 @@ GF_LIB_PATH=..
|
||||
|
||||
.PHONY: all present alltenses lang api math prelude test demo parse synopsis link compiled constructX clean
|
||||
|
||||
all: link prelude constructX present alltenses compat
|
||||
all: link prelude constructX present alltenses
|
||||
|
||||
present:
|
||||
$(RUNMAKE) present lang
|
||||
$(RUNMAKE) present api
|
||||
$(RUNMAKE) present symbolic
|
||||
|
||||
alltenses:
|
||||
$(RUNMAKE) lang
|
||||
$(RUNMAKE) api
|
||||
$(RUNMAKE) symbolic
|
||||
|
||||
lang:
|
||||
$(RUNMAKE) lang
|
||||
@@ -21,7 +23,7 @@ lang:
|
||||
api:
|
||||
$(RUNMAKE) api
|
||||
|
||||
compat:
|
||||
compatibility:
|
||||
$(RUNMAKE) present compat
|
||||
|
||||
prelude:
|
||||
|
||||
Reference in New Issue
Block a user