# makefile all: elmot.hex #------------------- elmot.hex : elmot.asm gpasm -I./ -I/usr/share/gputils/header -y -p p18f242 elmot.asm load: elmot.hex ../pkp/pkp18f -d p18f242 -f elmot.hex #------------------- clean: rm -f *.o *.map *.out *.hex *.cod *.lst #-------------------