repo.or.cz
/
glAntsMech.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Import
[glAntsMech.git]
/
glants_mech
/
linux
/
Makefile
blob
46c7e033e43e384f79afe58ea198531d4299994b
1
#
2
##
3
# Main Makefile for glants
4
#
5
# - Berlin Brown
6
# bigbinc@hotmail.com
7
#
8
DIR
=
src
/
9
PRG
=
glants
10
11
all
:
12
(
cd
$(
DIR
);
make
)
13
(
cp
-
f src
/$(
PRG
)
.
/)
14
15
clean
:
16
rm
-
f
*
~
17
rm
-
f
$(
PRG
)
18
(
cd
$(
DIR
);
make
clean
)