241
$(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 $@
Достарыңызбен бөлісу: