home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Switch from regular files to fifos
[khatus.git]
/
x5
/
Makefile
1
EXECUTABLES
:=
khatus
2
CC
:=
gcc
-
Wall
3
4
.PHONY
:
\
5
build \
6
clean
\
7
rebuild
8
9
build
: $(
EXECUTABLES
)
10
11
clean
:
12
@find .
-
name
'*.o'
-
type f
-
delete
13
@
rm
-
f
$(
EXECUTABLES
)
14
15
rebuild
:
clean
16
@
$(
MAKE
) -
s build
This page took
0.06132 seconds
and
5
git commands to generate.