comparison Makefile @ 150:b0c05b8b59ca

Change upload path.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 May 2012 17:15:51 +0300
parents 881deac2daf8
children fb33d3796942
comparison
equal deleted inserted replaced
149:35374be74fdc 150:b0c05b8b59ca
40 Ristipolku.jar: $(RUN) $(RESOURCES) 40 Ristipolku.jar: $(RUN) $(RESOURCES)
41 jar cvfm $@ manifest.txt $+ game/*.class 41 jar cvfm $@ manifest.txt $+ game/*.class
42 42
43 43
44 upload: Ristipolku.jar 44 upload: Ristipolku.jar
45 @scp $+ ccr@tnsp.org:public_html/ristipolku/ 45 @scp $+ ccr@tnsp.org:tnsp/ristipolku/
46 $(RM) $< 46 $(RM) $<
47 47
48 48
49 ### 49 ###
50 ### Cleanup 50 ### Cleanup