repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
zlib
/
contrib
/
untgz
/
Makefile
blob
409b4bdeaaed5138107455824cca2f8471cc6d5e
1
CC
=
cc
2
CFLAGS
=-
g
3
4
untgz
:
untgz.o ..
/
..
/
libz.a
5
$(
CC
) $(
CFLAGS
) -
o untgz untgz.o
-
L..
/
..
-
lz
6
7
untgz.o
:
untgz.c ..
/
..
/
zlib.h
8
$(
CC
) $(
CFLAGS
) -
c
-
I..
/
.. untgz.c
9
10
..
/
..
/
libz.a
:
11
cd ..
/
..
;
make
12
13
clean
:
14
rm
-
f untgz untgz.o
*
~