examples/CANOpenShell/Makefile.in
changeset 583 a2c74eca6bf2
parent 578 eb67d9aa714f
child 658 7758d60e9260
--- a/examples/CANOpenShell/Makefile.in	Mon Jul 27 16:35:12 2009 +0200
+++ b/examples/CANOpenShell/Makefile.in	Fri Aug 07 15:59:35 2009 +0200
@@ -86,3 +86,9 @@
 	rm -f CANOpenShellMasterOD.c
 	rm -f CANOpenShellSlaveOD.c
 
+install: $(CANOPENSHELL)
+	mkdir -p $(PREFIX)/bin/
+	cp $< $(PREFIX)/bin/
+	
+uninstall:
+	rm -f $(PREFIX)/bin/$(CANOPENSHELL)
\ No newline at end of file