DEADSOFTWARE
GIT
/
REPO
/
FRED-BOY
Projects
/
odcread.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add README
[odcread.git]
/
Makefile
1
HEADERS
=
oberon.h store.h reader.h alien.h typeregister.h textmodel.h fold.h visitor.h
2
3
odcread
:
odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o
4
g
++ -
o
$
@
$
^
5
6
%
.o
: %
.
cc
$(
HEADERS
)
7
g
++ -
c
-
I.
-
o
$
@
$<