# Makefile for V standalone
#
# Please keep DIRS in alphabetical order

DIRS = diskdiag netwatch Vload

#include ../buildprefix

all:
	domake "$(DIRS)" "build"

install:
	domake "$(DIRS)" "build install"


clean:
	rm -f *.CKP *.BAK *.b
	domake "$(DIRS)" "build clean"



