1
0
forked from GitHub/gf-rgl

[GF Split] Post-split updates

This commit is contained in:
John J. Camilleri
2018-07-25 20:18:48 +02:00
parent 5d058bcfc0
commit ade493515a
31 changed files with 602 additions and 406 deletions

18
Makefile Normal file
View File

@@ -0,0 +1,18 @@
# A simple wrapper over the Haskell-based RGL build script
RUNMAKE=runghc Make.hs
.PHONY: build copy install clean
default: build copy
build: src/*/*.gf
$(RUNMAKE) build
copy:
$(RUNMAKE) copy
install: build copy
clean:
$(RUNMAKE) clean