mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $Id: error.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
|
|
|
|
.info just FYI
|
|
.warning this could be serious
|
|
.error this is fatal
|
|
|
|
all:
|
|
|
|
.info.html:
|
|
@echo this should be ignored
|