diff options
| author | Robert Nelson <robertcnelson@gmail.com> | 2021-04-01 09:43:24 -0500 |
|---|---|---|
| committer | Robert Nelson <robertcnelson@gmail.com> | 2021-04-01 09:43:24 -0500 |
| commit | 9184ea5be6f12ff6e3d837f50ae3123d40eacd00 (patch) | |
| tree | a1cb358c180635e0bcbfa67852ebecdd994bf546 | |
| parent | c777b59d591597f38ddeecf803211635c7930b0c (diff) | |
fix: Makefilemaster
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -DTC ?= dtc -CPP ?= cpp -CC ?= gcc +DTC := dtc +CPP := cpp +CC := gcc DESTDIR ?= DTCVERSION ?= $(shell $(DTC) --version | grep ^Version | sed 's/^.* //g') |
