From bf33eefa42ff1654df848e0b0e1ee740afc6f38f Mon Sep 17 00:00:00 2001 From: jonas Date: Mon, 4 Feb 2019 18:37:11 +0100 Subject: Changed luminance algorithm --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0601b90..dee2c36 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CC = /usr/bin/gcc CFLAGS = -Wall -g -LDFLAGS = +LDFLAGS = -lm OUTPUT = bitmap BUILDDIR = build -FILE = 02 +FILE = a OBJ = main.o -- cgit v1.2.3