Added substitute-number on ARM
[voodoo-lang.git] / lib / Makefile
blobd03d48773a006b0f05aa09690016fc1525a70142
1 include ../Makefile.cfg
3 all :
4 cd voodoo && $(MAKE)
6 clean :
8 distclean :
10 install : all
11 mkdir -p $(DESTDIR)$(RUBYLIBDIR)
12 cp voodoo.rb $(DESTDIR)$(RUBYLIBDIR)
13 cd voodoo && $(MAKE) install
15 .PHONY : all clean distclean install