Rev 2 | Blame | Last modification | View Log | Download | RSS feed
all: @cd base; make @cd profile; make libs: @echo Building application libraries.. @sh LIBSETUP clean: @echo Cleaning in library.. @sh LIBCLEAN @rm LIBCLEAN
all:
@cd base; make
@cd profile; make
libs:
@echo Building application libraries..
@sh LIBSETUP
clean:
@echo Cleaning in library..
@sh LIBCLEAN
@rm LIBCLEAN