aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2016-07-14 11:45:11 +0200
committerAlex Auvolat <alex@adnab.me>2016-07-14 11:45:11 +0200
commit2f13288a23da4dfaf6c40e1e943f83d8fa43145a (patch)
tree3b550ad22a00676470ceb2815afd21f42dfd8aae /Makefile
parent477911553e0443fcafad5bd96c97314aa2f8d9ea (diff)
downloadkogata-2f13288a23da4dfaf6c40e1e943f83d8fa43145a.tar.gz
kogata-2f13288a23da4dfaf6c40e1e943f83d8fa43145a.zip
Fix sme warnings...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fd1bdc0..9367bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,6 @@ analyze:
reanalyze: clean analyze
-splint:
- splint -I src/common/include src/common/*/*.c
- splint -I src/common/include -I src/kernel/include src/kernel/*/*.c
- splint -I src/common/include -I src/lib/include src/lib/*/*.c src/sysbin/*/*.c
-
rebuild: clean all
mrproper: clean