examples/TestMasterMicroMod/Makefile.in
changeset 168 f379cdef1f8e
parent 166 b6fbc1c59a44
child 267 96c688ebcde7
equal deleted inserted replaced
167:b2f8b91d89b5 168:f379cdef1f8e
    65 	rm -f TestMasterMicroMod
    65 	rm -f TestMasterMicroMod
    66 
    66 
    67 mrproper: clean
    67 mrproper: clean
    68 	rm -f TestMaster.c
    68 	rm -f TestMaster.c
    69 	
    69 	
       
    70 install: TestMasterMicroMod
       
    71 	mkdir -p $(PREFIX)/bin/
       
    72 	cp $< $(PREFIX)/bin/
       
    73 	
       
    74 uninstall:
       
    75 	rm -f $(PREFIX)/bin/TestMasterMicroMod
    70 
    76 
    71 
    77 
    72