Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/subrtns/makefile @ 1167:a3d0ac951684
Miscellaneous source improvements
author | boisy |
---|---|
date | Mon, 19 May 2003 11:10:57 +0000 |
parents | c847e6ee341d |
children | 900ceed1880a |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile CMDS = cpu hires joystk ALLOBJS = $(CMDS) all: $(ALLOBJS) $(DEPENDS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party Subroutine Modules *" @$(ECHO) "* *" @$(ECHO) "*********************************************" clean: $(RM) $(ALLOBJS)