Makefile: fixes erroneous whitespace

This commit is contained in:
Emma Tebibyte 2024-04-25 12:43:31 -06:00
parent f6aac60aee
commit d8b54fdbf5
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ mm: build/bin/mm
build/bin/mm: src/mm.c build
$(CC) $(CFLAGS) -o $@ src/mm.c
.PHONY: npc
npc: build/bin/npc
build/bin/npc: src/npc.c build