242
load:
$(M3P) lfile load.m3p
term:
$(M3P) echo $(COMLOG) $(BAUD) openchannel $(COMPORT) \
+echo 6 term -echo bye
LIST_SRC = \
$(SRC_DIR)/led.c \
$(SRC_DIR)/max.c \
$(SRC_DIR)/test_led.c
LIST_OBJ = $(LIST_SRC:.c=.rel)
test_led : $(LIST_OBJ) makefile
$(CC) $(LIST_OBJ) -o test_led.hex $(LFLAGS)
$(M3P) hb166 test_led.hex test_led.bin bye
$(LIST_OBJ) : %.rel : %.c makefile
$(CC) -c $(CFLAGS) $< -o $@
Достарыңызбен бөлісу: