diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-14 19:50:19 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-14 19:50:19 -0500 |
| commit | 5038c54d371c02a264f5cbef4e092bf4da6ef5f2 (patch) | |
| tree | cacf73040ca3751ce14890763be6f715bc412290 /src/Makefile | |
| parent | 269ce9c533b146b68371505a2c651043074e1c6b (diff) | |
| download | unalf-5038c54d371c02a264f5cbef4e092bf4da6ef5f2.tar.gz | |
Add -V/--version opt.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
