Oops, use CFLAGS. - vtv-tools - virtual terminal video tools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7f7805f00a51a0940f5c00d31643e6c9565041c7
(DIR) parent cd648b650f7c2cad1817acf7362ccb142d6d5890
(HTM) Author: Troels Henriksen <athas@sigkill.dk>
Date: Tue, 22 Aug 2023 17:53:22 +0200
Oops, use CFLAGS.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -7,7 +7,7 @@ CC?=cc
all: bin/vtv-from-ff
bin/%: src/%.c
- $(CC) -o $@ $<
+ $(CC) -o $@ $< $(CFLAGS)
install: all
@echo \# Installing executable files to ${PREFIX}/bin