Set version to 1.0.1
[voodoo-lang.git] / bin / Makefile
blob874d71f0660cac1827f9742f0df44dc1765ed5d7
1 include ../Makefile.cfg
3 all :
5 clean :
7 distclean :
9 install : all
10 mkdir -p $(DESTDIR)$(BINDIR)
11 cp voodooc $(DESTDIR)$(BINDIR)
13 .PHONY : all clean distclean install