Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Droid-MAX committed Feb 9, 2021
1 parent 00b8bea commit 299d8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SRCS = flashcmd_api.c spi_controller.c spi_nand_flash.c spi_nor_flash.c ch341a_s
$(PKG): $(TARGET)$(EXEC_SUFFIX)

$(TARGET)$(EXEC_SUFFIX): $(SRCS)
$(CC) $(CFLAGS) $(LDFLAGS) -lusb-1.0 -o $@ $^
$(CC) $(CFLAGS) $(SRCS) $(LDFLAGS) -lusb-1.0 -o $@

clean:
rm -f $(TARGET)$(EXEC_SUFFIX)
Expand Down

0 comments on commit 299d8c0

Please sign in to comment.