git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://github.com/thepowersgang/acess2
[tpg/acess2.git]
/
Usermode
/
Applications
/
CLIShell_src
/
Makefile
1
# Project: Acess Shell
\r
2
\r
3
-include ../Makefile.cfg
\r
4
\r
5
CPPFLAGS += -I./include
\r
6
LDFLAGS +=
\r
7
LIBS += -lreadline
\r
8
\r
9
BIN = CLIShell
\r
10
OBJ = main.o lib.o
\r
11
\r
12
-include ../Makefile.tpl
\r
UCC
git Repository :: git.ucc.asn.au