comparison Makefile @ 14:ae717d7d05ae

Don't upload index.html
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Jan 2011 03:58:27 +0200
parents 562744de803c
children 59ff451750fb
comparison
equal deleted inserted replaced
13:562744de803c 14:ae717d7d05ae
36 ### 36 ###
37 Ristipolku.jar: $(RUN) $(CLASSES) $(RESOURCES) 37 Ristipolku.jar: $(RUN) $(CLASSES) $(RESOURCES)
38 jar cvf $@ $+ 38 jar cvf $@ $+
39 39
40 40
41 upload: index.html Ristipolku.jar 41 upload: Ristipolku.jar
42 @scp $+ ccr@tnsp.org:public_html/ristipolku/ 42 @scp $+ ccr@tnsp.org:public_html/ristipolku/
43 43
44 44
45 ### 45 ###
46 ### Cleanup 46 ### Cleanup