dos33fsprogs/compression/Makefile
Vince Weaver a1732840d1 text_demo: move some more things around
also fix bug in text demo, whole problem of shared asm includes
2021-01-06 11:43:43 -05:00

10 lines
132 B
Makefile

all:
cd lzsa_test && make
cd plaintext_asm && make
clean:
cd lzsa_test && make clean
cd plaintext_asm && make clean
rm -f *~