repo.or.cz
/
thunix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Makefile cleaup
[thunix.git]
/
boot
/
Makefile
blob
60383df9794d21f184f8b43cb09071d1f4f50189
1
AS
=
as
-
I..
/
include
2
OBJS
=
bootsect.o head.o
3
4
DIRNAME
=
boot
5
6
all
:
bootsect.o head.o
7
8
.s.o
:
9
@printf
"%8s %s
\n
"
"AS"
${
DIRNAME
}/$
@
10
${
AS
} -
o
$*
.o
$<
11
12
clean
:
13
@
rm
-
f
*
.o
*
.map
*
~