marketplace-2014/Makefile

14 lines
193 B
Makefile
Raw Permalink Normal View History

2013-03-29 03:00:29 +00:00
all: setup
clean:
find . -name compiled -type d | xargs rm -rf
setup:
2013-07-17 16:22:03 +00:00
raco setup $$(basename $$(pwd))
2013-03-29 03:00:29 +00:00
link:
raco pkg install --link $$(pwd)
unlink:
raco pkg remove $$(basename $$(pwd))