#
# Top level Makefile for djgpp-V2 tools on Linux
#

all:
	(cd stub ; make all)

install:
	(cd stub ; make install)

clean:
	(cd stub ; make clean)
 