aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
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