From 482dc393d7c4a87edf669428f401f4f101c51e1e Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 10 May 2023 12:09:08 +0200 Subject: Added some basic variables which can be set by the env --- example/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'example') diff --git a/example/Makefile b/example/Makefile index 408b2f3..80bf7c6 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,5 +1,6 @@ .PHONY: all clean +CXX ?= c++ PREFIX ?= /usr/local all: build/example -- cgit v1.2.3