mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
7 lines
212 B
Makefile
7 lines
212 B
Makefile
all: rk27load
|
|
|
|
rk27load: main.c scramble.c checksum.c common.c stage1_upload.c stage2_upload.c stage3_upload.c
|
|
gcc -g -std=c99 -o $@ -W -Wall -I/usr/include/libusb-1.0/ $^ -lusb-1.0
|
|
|
|
clean:
|
|
rm -fr *.o rk27load
|