RIOT/pkg/libbase58/Makefile.libbase58

6 lines
84 B
Makefile

SRC := base58.c
CFLAGS += -Wno-unused-parameter
include $(RIOTBASE)/Makefile.base