Commit 2d13c3ca authored by Alessandro Rubini's avatar Alessandro Rubini

usb-loader: gitignore and Makefile cleanup

parent da4e6580
CC=gcc
OBJS=mch_flasher.o serial_linux.o
OUTPUT=mch_flasher
all: $(OBJS) OBJS = mch_flasher.o serial_linux.o
${CC} -o $(OUTPUT) $(OBJS) FLASHER = mch_flasher
all: $(FLASHER)
$(FLASHER): $(OBJS)
${CC} -o $@ $(OBJS)
clean: clean:
rm -f $(OBJS) $(OUTPUT) rm -f $(OBJS) $(FLASHER) *~
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment