You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
183 B

  1. include vsn.mk
  2. all:
  3. (cd src ; make)
  4. clean:
  5. (cd src ; make clean)
  6. install: all
  7. mkdir -p $(DESTDIR)/lib/ibrowse-$(IBROWSE_VSN)/
  8. cp -r ebin $(DESTDIR)/lib/ibrowse-$(IBROWSE_VSN)/