view Makefile @ 666:5f42ac71f201

updated
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Mon, 01 Dec 2014 09:34:10 +0900
parents 5e8f268d46c6
children
line wrap: on
line source

#
# Makefile for main program
#

push:
	hg pull -uv
	hg add
	hg ci -m 'updated' Makefile
	hg push

yatex.org