mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
7 lines
81 B
Makefile
Executable File
7 lines
81 B
Makefile
Executable File
OBJS=jpeg.o
|
|
BIN=hello_jpeg.bin
|
|
LDFLAGS+=-lilclient
|
|
|
|
include ../Makefile.include
|
|
|