mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-10-31 10:13:35 +00:00
a1732840d1
also fix bug in text demo, whole problem of shared asm includes
10 lines
132 B
Makefile
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 *~
|
|
|