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)
LDFLAGS += -Lsrc/stk/src -lstk
LDFLAGS += -Lsrc/Gamma/build/lib -lGamma
include ../../plugin.mk
dist: all
	mkdir -p dist/Autodafe
	cp LICENSE* dist/Autodafe/
	cp plugin.* dist/Autodafe/
	cp -R res dist/Autodafe/
 |