The execit Makefile

[return-to Explanation (The execit Programs)] [table of contents] [index]
# Makefile for 'execit' command

OUTDIR= $(HOME)/.bin

all: $(OUTDIR)/execit

$(OUTDIR)/execit: execit.c execit.include
    cc -O -s -o $@ execit.c

[Table of Contents] [Index] [Return to Explanation (The execit Programs)] [The execit.c C Program] [The execit.include File] [The execit.link Shell Script]


Last change $Date: 1996/06/06 15:13:45 $

This file is from the third edition of the book MH & xmh: Email for Users & Programmers, ISBN 1-56592-093-7, by Jerry Peek. Copyright © 1991, 1992, 1995 by O'Reilly & Associates, Inc. This file is freely-available; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For more information, see the file copying.htm.

Suggestions are welcome: Jerry Peek <jpeek@jpeek.com>