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