From 15624c40235d19d0c05adf4b0fcd6dd72a241db4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Jan 2024 02:29:58 -0500 Subject: Tweak Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb743b4..4785964 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ # Makefile for hcalc. Requires GNU make. -PROJ = hcalc - +# Users and packagers, feel free to override these: CC = gcc CFLAGS = -Wall -g LIBS = - DESTDIR = PREFIX = /usr BINDIR = $(PREFIX)/bin @@ -25,7 +23,9 @@ INSTALL_USER = endif MKDIR_P = mkdir -p GZIP = gzip +# End of user-ovverideable stuff. No user-serviceable parts below this line. +PROJ = hcalc MANPAGE = $(PROJ).1 OBJS = \ hcalc.o \ -- cgit v1.2.3