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.

Makefile 190B

1234567891011121314
  1. all: doxygen
  2. doxygen:
  3. doxygen Doxyfile
  4. run: doxygen
  5. http-server html
  6. upload: doxygen
  7. rsync html/ vcvrack.com:vcvrack.com/docs-v2/ -ruz --info=progress2 --delete
  8. clean:
  9. rm -rfv html