This commit is contained in:
Tony Garnock-Jones 2018-04-29 14:54:28 +01:00
parent 1fe134d920
commit e69473a115
1 changed files with 16 additions and 0 deletions

16
syndicate/Makefile Normal file
View File

@ -0,0 +1,16 @@
PACKAGENAME=imperative-syndicate
COLLECTS=imperative-syndicate
all: setup
clean:
find . -name compiled -type d | xargs rm -rf
setup:
raco setup $(COLLECTS)
link:
raco pkg install --link -n $(PACKAGENAME) $$(pwd)
unlink:
raco pkg remove $(PACKAGENAME)