CFLAGS=-std=c99 -g -Wall

view_hanoi: hanoi.ps
	-evince $<

hanoi.ps: hanoitri
	./$< > $@

hanoitri: hanoitri.c
	cc -Wall -std=c99 -Werror -O $< -o $@

# TARG=progname
# GOFILES=a.go b.go

# include $(GOROOT)/src/Make.$(GOARCH)
# include $(GOROOT)/src/Make.cmd
