You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
GCC is a bit picky on Alpine Linux and wants `-ljson-c` to be at the end of the command-line arguments. Move it to the end so the tools can be built with this requirement.
5 lines
73 B
Makefile
5 lines
73 B
Makefile
all: registry
|
|
|
|
registry: registry.c
|
|
gcc -o registry registry.c -ljson-c
|