repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GPIO:further development
[minix.git]
/
lib
/
libpadconf
/
Makefile
blob
fd2c713d9d0b4409ff0f239b62f6645a4ee7a932
1
# Makefile for libpadconf
2
3
CPPFLAGS
+=-
O
-
D_MINIX
-
D_POSIX_SOURCE
-
Wall
-
Werror
-
D_SYSTEM
4
5
LIB
=
padconf
6
7
SRCS
=
\
8
padconf.c
9
10
.
include
<
bsd.lib.mk
>