File "Makefile"

Full Path: /home/analogde/www/jQuery-webcam-master/Makefile
File size: 239 bytes
MIME-type: text/plain
Charset: utf-8


SWFMILL     := swfmill
MTASC       := mtasc

MTASCSTDLIB := /usr/share/mtasc/std

main:
	$(SWFMILL) simple src/jscam.xml jscam.swf
	$(MTASC) -v -swf jscam.swf -main jscam.as -version 8 -cp src -cp $(MTASCSTDLIB)

clean:
	rm -f jscam.swf