From 76b875e095d8b9ca3f6058fbfc0ab2669eed852d Mon Sep 17 00:00:00 2001 From: scratko Date: Wed, 10 Apr 2024 22:01:48 +0300 Subject: Searching for all ghosts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15ebcde..796dbbb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-Wall -g -c -LIBS = -lncurses +LIBS = -lncurses -lm all: pacman -- cgit v1.2.3