aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9364dc..ef329d3 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,8 @@ LOBJ = $(OBJ:.o=.lo)
MAN3 = $(OBJ:.o=.3)
MAN7 = libar2.7
+SRC = $(OBJ:.o=.c) $(HDR) test.c
+
all: libar2.a libar2.$(LIBEXT) test
$(OBJ): $(HDR)