view 3rdparty/p2mods/makefile @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents 9edca3e61b66
children
line wrap: on
line source

include ../../rules.mak

DEPENDS		= ./makefile
CMDS		= os9p3_sayhi sayhi tsayhi datmod tdatmod
ALLOBJS		= $(CMDS)

all:	banner $(ALLOBJS)

banner:
	@$(ECHO) "**************************************************"
	@$(ECHO) "*                                                *"
	@$(ECHO) "*            3rd Party System Modules            *"
	@$(ECHO) "*                                                *"
	@$(ECHO) "**************************************************"

clean:
	$(RM) $(ALLOBJS)

dsk:
dskcopy: