3 lines
45 B
Makefile
3 lines
45 B
Makefile
rpiboot: main.c
|
|
$(CC) -g -o $@ $< -lusb-1.0
|
rpiboot: main.c
|
|
$(CC) -g -o $@ $< -lusb-1.0
|