examples/Makefile.in
changeset 166 b6fbc1c59a44
parent 158 b505f7116a1c
child 168 f379cdef1f8e
--- a/examples/Makefile.in	Tue Apr 17 16:11:38 2007 +0200
+++ b/examples/Makefile.in	Tue Apr 17 16:13:22 2007 +0200
@@ -27,32 +27,30 @@
 ifeq ($(TARGET),hc12)
 	$(MAKE) -C gene_SYNC_HCS12 $@
 endif
+
 ifeq ($(TARGET),unix)
 	$(MAKE) -C TestMasterSlave $@
+	$(MAKE) -C TestMasterMicroMod $@
 endif
 
 clean:
 ifeq ($(TARGET),hc12)
 	$(MAKE) -C gene_SYNC_HCS12 $@
 endif
+
 ifeq ($(TARGET),unix)
 	$(MAKE) -C TestMasterSlave $@
+	$(MAKE) -C TestMasterMicroMod $@
 endif
 
+
+
 mrproper: clean
 ifeq ($(TARGET),hc12)
 	$(MAKE) -C gene_SYNC_HCS12 $@
 endif
+
 ifeq ($(TARGET),unix)
 	$(MAKE) -C TestMasterSlave $@
-endif
-
-install:
-ifeq ($(TARGET),unix)
-	$(MAKE) -C TestMasterSlave $@
-endif
-
-uninstall:
-ifeq ($(TARGET),unix)
-	$(MAKE) -C TestMasterSlave $@
-endif
+	$(MAKE) -C TestMasterMicroMod $@
+endif
\ No newline at end of file