mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-05 11:35:43 +03:00
11 lines
179 B
Makefile
11 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
|
|
|
|
|