examples/Makefile.in
changeset 168 f379cdef1f8e
parent 166 b6fbc1c59a44
child 246 d635cfc520ee
--- a/examples/Makefile.in	Wed Apr 18 13:04:19 2007 +0200
+++ b/examples/Makefile.in	Wed Apr 18 13:05:15 2007 +0200
@@ -50,7 +50,14 @@
 	$(MAKE) -C gene_SYNC_HCS12 $@
 endif
 
+install:
 ifeq ($(TARGET),unix)
 	$(MAKE) -C TestMasterSlave $@
 	$(MAKE) -C TestMasterMicroMod $@
-endif
\ No newline at end of file
+endif
+
+uninstall:
+ifeq ($(TARGET),unix)
+	$(MAKE) -C TestMasterSlave $@
+	$(MAKE) -C TestMasterMicroMod $@
+endif