git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel/VFS - Added warning (instead of LOG) when GetNodeFromInode is unsupported
[tpg/acess2.git]
/
Usermode
/
Applications
/
cat_src
/
rules.mk
1
# cat
2
3
include $(BASE)header.mk
4
5
# Variables
6
SRCS := main.c
7
BIN := $(OUTPUTDIR)Bin/cat
8
9
CFLAGS-$(DIR) := $(CFLAGS-$(PDIR)) -g
10
CPPFLAGS-$(DIR) := $(CPPFLAGS-$(PDIR))
11
LDFLAGS-$(DIR) := $(LDFLAGS-$(PDIR))
12
13
include $(BASE)body.mk
14
15
include $(BASE)footer.mk
16
UCC
git Repository :: git.ucc.asn.au