Newer
Older
pic-count / makefile
@tundra tundra on 19 Jan 2019 204 bytes move stable code to git
# Makefile for PIC count.asm demo
# $Id: Makefile,v 1.2 2002/03/08 16:32:39 tundra Exp tundra $

all:
	@c:/progra~1/mplab/mpasm /x /q count.asm
clean:
	@rm -f *.cod *.err *.hex *.lst *.obj *.xrf