examples/Makefile.in
changeset 158 b505f7116a1c
parent 156 515d11cb496e
child 166 b6fbc1c59a44
equal deleted inserted replaced
157:8b45ff4202c3 158:b505f7116a1c
    45 endif
    45 endif
    46 ifeq ($(TARGET),unix)
    46 ifeq ($(TARGET),unix)
    47 	$(MAKE) -C TestMasterSlave $@
    47 	$(MAKE) -C TestMasterSlave $@
    48 endif
    48 endif
    49 
    49 
       
    50 install:
       
    51 ifeq ($(TARGET),unix)
       
    52 	$(MAKE) -C TestMasterSlave $@
       
    53 endif
    50 
    54 
       
    55 uninstall:
       
    56 ifeq ($(TARGET),unix)
       
    57 	$(MAKE) -C TestMasterSlave $@
       
    58 endif