Files
annotate/config/targets/empty.targ

25 lines
190 B
Plaintext
Raw Permalink Normal View History

#
# $Id: $
#
# epty.targ
#
# default empty targets (defined as double colon rules)
#
#
#
# Rules
#
.PHONY: all test clean portclean help
all::
test::
clean::
portclean:: clean
test::