diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index ca51ad7..fdef3d2 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ ${OBJS}: cccl.h 3cl: ${OBJS} ${CC} ${LDFLAGS} -o 3cl ${OBJS} ${LDLIBS} +test: all + make -C examples + install: all install -d ${BINDIR} ${MANDIR}/man1 install -m755 3cl ${BINDIR} |