From 5038c54d371c02a264f5cbef4e092bf4da6ef5f2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 19:50:19 -0500 Subject: Add -V/--version opt. --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ebe884b..8499a49 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # Makefile for unalf, by B. Watson. WTFPL. -# Tested with GNY make. +# Tested with GNU make. Does not work with BSD make, sorry. ### Override these variables as needed. Don't override CFLAGS; use # COPT instead. @@ -28,6 +28,8 @@ VERSION=0.1.0 CFLAGS=-DVERSION='"$(VERSION)"' -Wall -Wno-unused-label -I../f65 $(COPT) +.PHONY: all clean install + all: unalf unalf.1 alfsum alfsum.1 unalf: unalf.o io.o listalf.o extract.o ../f65/f65.o glob.o opts.o usage.o -- cgit v1.2.3