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.
|
-
- SOURCES = $(wildcard src/*.cpp) $(wildcard src/*.c)
-
- include ../../plugin.mk
-
-
- dist: all
- mkdir -p dist/VultModules
- cp LICENSE* dist/VultModules/
- cp $(TARGET) dist/VultModules/
- cp -R res dist/VultModules/
|