view 3rdparty/fmgrs/makefile @ 239:8b71b12c468f

Checking in the floppy disk device descriptors for Dragon 64
author roug
date Thu, 18 Jul 2002 19:53:53 +0000
parents b373c5630cbd
children 60c666cd5394
line wrap: on
line source

include ../../Makefile.rules

# Make all components
all:
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*           3rd Party File Managers         *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
#	cd msf; make
	cd cdf; make

# Clean all components
clean:
#	cd msf; make clean
	cd cdf; make clean