.c.o:  
	sdcc -V -non-free -mpic14 -p16f877 -c $<   
  
$(PRJ).hex: $(OBJS)   
	gplink -m -s $(PRJ).lkr -o $(PRJ).hex $(OBJS) libsdcc.lib

