Newer
Older
pic-count / makefile
@tundra tundra on 19 Jan 2019 204 bytes move stable code to git
  1. # Makefile for PIC count.asm demo
  2. # $Id: Makefile,v 1.2 2002/03/08 16:32:39 tundra Exp tundra $
  3.  
  4. all:
  5. @c:/progra~1/mplab/mpasm /x /q count.asm
  6. clean:
  7. @rm -f *.cod *.err *.hex *.lst *.obj *.xrf
  8.