fixed missing uninstall target in examples makefile
authorgreg
Wed, 12 Mar 2008 10:08:43 +0100
changeset 416 9ef58fa2c66a
parent 415 ac9d693fc589
child 417 ae068232859c
fixed missing uninstall target in examples makefile
examples/Makefile.in
--- a/examples/Makefile.in	Fri Mar 07 16:07:09 2008 +0100
+++ b/examples/Makefile.in	Wed Mar 12 10:08:43 2008 +0100
@@ -80,5 +80,8 @@
 install:
 	$(build_command_seq)
 
+uninstall:
+	$(build_command_seq)
+
 mrproper: clean
 	$(build_command_seq)