11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $Id: error.mk,v 1.2 2015/05/19 22:01:19 joerg Exp $
|
|
|
|
.info just FYI
|
|
.warning this could be serious
|
|
.error this is fatal
|
|
|
|
all:
|
|
|
|
.info.html:
|
|
@echo this should be ignored
|