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.

16 lines
270B

  1. SLUG = Fundamental
  2. VERSION = 0.5.0
  3. SOURCES = $(wildcard src/*.cpp)
  4. include ../../plugin.mk
  5. dist: all
  6. mkdir -p dist/$(SLUG)
  7. cp LICENSE* dist/$(SLUG)/
  8. cp $(TARGET) dist/$(SLUG)/
  9. cp -R res dist/$(SLUG)/
  10. cd dist && zip -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)