From d9238d8844ddc582075d64d9b2dcc982a2a3d36f Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Thu, 6 Oct 2022 15:38:26 +0200 Subject: Fix build for debian stable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5f698a..5d3e992 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=\"$(shell git describe --tags --dirty)\" opendeco: opendeco.c deco.c deco.h schedule.c schedule.h output.c output.h - gcc --std=c99 -pedantic -Wall -Werror -O3 -lm -DVERSION=${VERSION} opendeco.c deco.c schedule.c output.c -o opendeco + gcc --std=c99 -pedantic -Wall -Werror -O3 -DVERSION=${VERSION} opendeco.c deco.c schedule.c output.c -lm -o opendeco run: opendeco ./opendeco -d 30 -t 120 -g EAN32 --decogasses EAN50 -- cgit v1.2.3-70-g09d2