dos33fsprogs/Makefile

41 lines
895 B
Makefile
Raw Normal View History

include Makefile.inc
2003-05-01 20:53:00 +00:00
all:
cd asoft_basic-utils && make
cd asoft_presenter && make
cd dos33fs-utils && make
cd hgr-utils && make
2017-05-01 02:22:07 +00:00
cd gr-utils && make
cd mode7 && make
cd mode7_demo && make
cd still_alive && make
cd tfv && make
cd two-liners && make
2003-05-01 20:53:00 +00:00
install:
cd asoft_basic-utils && make install
cd asoft_presenter && make install
cd dos33fs-utils && make install
cd hgr-utils && make install
2017-05-01 02:22:07 +00:00
cd gr-utils && make install
cd mode7 && make install
cd mode7_demo && make install
cd still_alive && make install
cd tfv && make install
cd two-liners && make install
clean:
cd asoft_basic-utils && make clean
cd asoft_presenter && make clean
cd dos33fs-utils && make clean
cd hgr-utils && make clean
2017-05-01 02:22:07 +00:00
cd gr-utils && make clean
cd mode7 && make clean
cd mode7_demo && make clean
cd still_alive && make clean
cd tfv && make clean
cd two-liners && make clean
2016-05-27 05:56:42 +00:00
rm -f *~
2012-05-04 20:03:10 +00:00
test: