dos33fsprogs/Makefile
Vince Weaver 2305c15ee4 split up into subprojects
sorry anyone who was maintaining patches against this or had hardcoded
paths
2016-03-11 14:37:48 -05:00

25 lines
452 B
Makefile

include Makefile.inc
all:
cd asoft_basic-utils && make
cd asoft_presenter && make
cd dos33fs-utils && make
cd hgr-utils && make
install:
cd asoft_basic-utils && make install
cd asoft_presenter && make install
cd dos33fs-utils && make install
cd hgr-utils && make install
clean:
cd asoft_basic-utils && make clean
cd asoft_presenter && make clean
cd dos33fs-utils && make clean
cd hgr-utils && make clean
cd tests && make clean
test: