rpl.rb/Makefile

9 lines
122 B
Makefile
Raw Normal View History

2022-02-16 16:29:18 +01:00
gem: rpl.gemspec
gem build rpl.gemspec
2022-02-22 16:14:47 +01:00
run:
ruby -Ilib bin/rpl
test:
find ./spec/ -name \*.rb -exec ruby -Ilib {} \;