rename Make.* to Setup.* to follow the Cabal convention

This commit is contained in:
Krasimir Angelov
2018-11-28 13:54:56 +01:00
parent fc37e26bca
commit 23f3fd244a
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# A simple wrapper over the Haskell-based RGL build script
RUNMAKE=runghc Make.hs
RUNMAKE=runghc Setup.hs
.PHONY: build copy install doc clean