Commit af21c12f authored by David Dykstra's avatar David Dykstra

Add distclean target to Makefile.in.

parent 32b1f1de
......@@ -65,6 +65,9 @@ proto:
clean:
rm -f *~ $(OBJS) rsync
distclean: clean
rm -f config.h config.cache config.status Makefile
# this target is really just for my use. It only works on a limited
# range of machines and is used to produce a list of potentially
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment