Files
mercury/samples/diff/Mmake
Fergus Henderson 70ad060033 Add a sample Mmake file.
samples/Diff/Mmake:
	Add a sample Mmake file.
1995-05-30 18:35:54 +00:00

11 lines
316 B
Plaintext

# An example of a *short* Mmake file
# In fact you don't really need any Mmake file at all,
# just `mmake diff.depend; mmake diff' is enough.
# But `mmake depend; mmake' is standard, so we will
# define a target `depend' and a default target `all'
# to make that work.
MAIN_TARGET=all
depend: diff.depend
all: diff