repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
enumredefmacro
/
Makefile
blob
a9aac4a36e7fbc9240d31e15cedbfb22ba1ff420
1
.PHONY
:
check clean
2
3
SPLINT
=
splint
4
5
check
:
syslib.lcd
6
$(
SPLINT
) -
nolib
-
load syslib
-
systemdirs
$(
CURDIR
)/
include
main.c
-
expect
2
7
8
9
syslib.lcd
:
syslib.h
10
$(
SPLINT
) +
quiet
-
nof
-
nolib
$
^
-
dump
$
@
11
12
clean
:
13
-
@
$(
RM
) -
f syslib.lcd
14