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.

19 lines
253B

  1. SOURCES = $(wildcard src/*.cpp)
  2. LDFLAGS += -Lsrc/stk/src -lstk
  3. LDFLAGS += -Lsrc/Gamma/build/lib -lGamma
  4. include ../../plugin.mk
  5. dist: all
  6. mkdir -p dist/Autodafe
  7. cp LICENSE* dist/Autodafe/
  8. cp plugin.* dist/Autodafe/
  9. cp -R res dist/Autodafe/