summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <contact@sinitax.com>2025-02-10 12:50:11 +0100
committerLouis Burda <contact@sinitax.com>2025-02-10 12:50:11 +0100
commit2ec963ffb2464f3649b0dff6adf3211b9a2d2c03 (patch)
treeba4fd706dd15c0bd2abc376ed4111d88a9fe298c /Makefile
parent5b0d9b7cea555e89ed6ceee0860ddf4369b92fd5 (diff)
downloadvkill-master.tar.gz
vkill-master.zip
Make build more reproducibleHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a765ff0..b23c425 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX ?= /usr/local
BINDIR ?= /bin
-CFLAGS = -Wunused-variable -Wunused-function
+CFLAGS ?= -std=c99 -Wunused-variable -Wunused-function
all: vkill