mirror of
https://github.com/adrcs/ip400.git
synced 2025-04-21 19:13:44 +03:00
12 lines
179 B
Makefile
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
|
||
|
|
||
|
|