diff options
author | scratko <m@scratko.xyz> | 2024-04-10 22:01:48 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2024-04-10 22:01:48 +0300 |
commit | 76b875e095d8b9ca3f6058fbfc0ab2669eed852d (patch) | |
tree | b0d170622775c08881b3e6d516ea97ce2e89ff7b /Makefile | |
parent | 155a3c5f91c7a3bd89febfeb9927478961f5ee28 (diff) | |
download | pacman-76b875e095d8b9ca3f6058fbfc0ab2669eed852d.tar.gz pacman-76b875e095d8b9ca3f6058fbfc0ab2669eed852d.tar.bz2 pacman-76b875e095d8b9ca3f6058fbfc0ab2669eed852d.zip |
Searching for all ghosts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CC=gcc CFLAGS=-Wall -g -c -LIBS = -lncurses +LIBS = -lncurses -lm all: pacman |