mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = liblzmaasm.la
|
|
|
|
liblzmaasm_la_SOURCES = \
|
|
7zAsm.asm \
|
|
7zCrcOpt_asm.asm
|