repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce old redir program
[lcapit-junk-code.git]
/
dromfs
/
Makefile
blob
628f017fd2949324f2364593bdcafdccc39e52b9
1
CFLAGS
= -
Wall
-
W
-
Wmissing-declarations
-
Wmissing-prototypes \
2
-
Wredundant-decls
-
Wshadow
-
Wbad-function-cast
-
Wcast-qual \
3
-
Wconversion
4
5
all
:
dromfs
6
7
dromfs
:
dromfs.c
8
cc
-
o dromfs dromfs.c
$(
CFLAGS
)
9
10
clean
:
11
rm
-
f dromfs
*
~