Skip to content

Commit

Permalink
Add NIC to targets that are always made.
Browse files Browse the repository at this point in the history
Even though it is only currently used for rom-o-matic.net code,
it is good to make sure it gets built, and that the parsing code
is working.
  • Loading branch information
Marty Connor committed Jul 23, 2007
1 parent 2cfe0de commit 63c9131
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Makefile
Expand Up @@ -14,6 +14,10 @@ NON_AUTO_MEDIA :=
MAKEDEPS += Config
include Config

# Location to place generated files
#
BIN := bin

# If no architecture is specified in Config or on the command-line,
# use that of the build machine.
#
Expand All @@ -35,7 +39,7 @@ include arch/$(ARCH)/Config
# If invoked with no build target, print out a helpfully suggestive
# message.
#
noargs : blib
noargs : blib $(BIN)/NIC
@echo '===================================================='
@echo
@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!! ***'
Expand Down Expand Up @@ -93,10 +97,6 @@ NRV2B ?= ./util/nrv2b
ZBIN ?= ./util/zbin
DOXYGEN ?= doxygen

# Location to place generated files
#
BIN ?= bin

# Common flags
#
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
Expand Down

0 comments on commit 63c9131

Please sign in to comment.