
all:
	ln -sf /home/alex/projects/oligarchie/has_name.py .

test: sample.xml ambush_host.py
	python ambush_host.py sample.xml

dist: ambush.tar.gz

ambush.tar.gz: ambush_host.py ambush_gun.py ambush_map.py ambush_team.py \
  has_name.py sample.xml \
  Makefile old-perl-ambush-host.pl ambush_host.html \
  orders-file map-file definition-file
	tar chzf ambush.tar.gz $^

definition-file:
	cvs update -r 1.7 definition-file

map-file:
	cvs update -r 1.2 map-file

