JAL = ../../../jal
#JALFLAGS =-s ../../../lib 16c84_10
JALFLAGS =-s ../../../../lib P18f458


OBJECTS = t0118.hex t0119.hex t0120.hex t0121.hex t0122.hex \
t0123.hex t0124.hex t0125.hex t0126.hex t0130.hex

FAIL_OBJECTS = 

### wild card.... objects := $(patsubst %.jal,%.hex,$(wildcard *.jal))
### wild card.... all: $(objects) 

all: $(OBJECTS) 

%.hex : %.jal
	$(JAL) $(JALFLAGS)  $<

clean:
	rm -f *.hex
	rm -f *~
	rm -f *.asm
	rm -f *.old
	rm -f *.out



