From 9a7938ba2d0814b14003e7dcae904d98ca79ad8e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 24 Feb 2020 02:51:09 -0800 Subject: Minor makefile cleanup. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dae7e36..93f5cfb 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ clean: rm -f $(NAME) $(NAME): $(NAME).c bterm.h bb.h columns.h - $(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $(NAME) - + $(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $@ + install: $(NAME) @prefix="$(PREFIX)"; \ if [ ! "$$prefix" ]; then \ -- cgit v1.2.3