IP400/rpi/stm32flash/parsers/Makefile.am
2025-01-29 11:17:14 -07:00

12 lines
179 B
Makefile

noinst_LTLIBRARIES = parsers.la
parsers_la_SOURCES = binary.h binary.c hex.h hex.c parser.h
parsers_la_CXXFLAGS = -Wall -g
parsers_la_LDFLAGS = -module -avoid-version