Skript file: /~heha/ewa/Ofen/rauch.zip/Makefile

#Rauchmelder mit 3 Zusatzsensoren und USB
P = rauch
D = 16f1455
F = 12000000
#PATH:=c:\Programme\pic\gputils\bin;$(PATH)
all: $P.hex

$P.hex: $P.a15 mymacros.i15 webusb.i15
	gpasm -p $D -D F_CPU=$F $<
Detected encoding: ASCII (7 bit)2