

INSTALL_TARGET=markup.py mklist.py

all:

install: $(INSTALL_TARGET)
	cp $^ ~/bin/

clean:
	rm -f *~
	rm -f *.pyc
