## Warning: check that tabs have not been converted to spaces
## In Ved the command 'ENTER tabify' will fix that
## Also, if you do not have the poplog script in your path,
## but can run popc directly, remove the occurrences of 'poplog'
## before popc

all: fib2 pecho heapsort convved

fib2: fib2.p
	poplog popc -e fibi fib2.p -o fib2

pecho: echo2.p
	poplog popc -e echo echo2.p -o pecho

heapsort: heapsort.p
	poplog popc -e do_sort heapsort.p -o heapsort

convved: convved.p
	poplog popc -e do_conv convved.p -o convved
