Skript /~heha/basteln/m/Kram/SimpleMaus.zip/Makefile

PATH:=$(PATH);e:\program files\pic\sdcc\bin
I="e:/program files/pic/SDCC/header"

P = 16f628a

all: SimpleMaus_v4.hex SimpleMaus_v3-x.hex SimpleMaus_v2-1.hex

%.hex: %.a14
	gpasm -I $I -o $@ $<
Vorgefundene Kodierung: ASCII (7 bit)2