mirror of
https://github.com/wnayes/macutils.git
synced 2025-01-02 11:31:19 +00:00
Build system: Allow override on command line.
This commit is contained in:
parent
1c126a2d40
commit
f374ae6ab2
4
makefile
4
makefile
@ -1,4 +1,4 @@
|
|||||||
BINDIR = bin
|
BINDIR ?= bin
|
||||||
# Use the following flags on the CF macro definition as needed.
|
# Use the following flags on the CF macro definition as needed.
|
||||||
#
|
#
|
||||||
# -DBSD if you are on a BSD system
|
# -DBSD if you are on a BSD system
|
||||||
@ -23,7 +23,7 @@ BINDIR = bin
|
|||||||
#
|
#
|
||||||
# -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
|
# -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
|
||||||
#
|
#
|
||||||
CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
|
CF ?= -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
|
||||||
|
|
||||||
all:
|
all:
|
||||||
(cd crc; make CF='$(CF)')
|
(cd crc; make CF='$(CF)')
|
||||||
|
Loading…
Reference in New Issue
Block a user