Browse Source

blib definition moved to Makefile.housekeeping.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
641596e6ba
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/Makefile

+ 0
- 3
src/Makefile View File

80
 #
80
 #
81
 BIN		?= bin
81
 BIN		?= bin
82
 
82
 
83
-# Library containing all compiled objects
84
-BLIB	= $(BIN)/blib.a
85
-
86
 # Common flags
83
 # Common flags
87
 #
84
 #
88
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
85
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)

Loading…
Cancel
Save