Index: trunk/operations/Makefile.in
===================================================================
--- trunk/operations/Makefile.in	(revision 26068)
+++ trunk/operations/Makefile.in	(revision 26070)
@@ -1,3 +1,3 @@
-default: php
+default: install
 help:
 	@echo "USAGE: make install"
@@ -24,4 +24,8 @@
 install: $(INPUTS) $(PTOLEMYRC)
 
+uninstall:
+	rm -f $(INPUTS) || exit
+	rm -f $(PTOLEMYRC) || exit
+
 # dependency rules #########################
 $(DEST)/%/input: $(SRC)/%/input
