repo.or.cz
/
hed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cleanup: get rid of most legacy macros in file.c
[hed.git]
/
libhed
/
Makefile
blob
4475c5f8b43f6459d0d8efc4a630c2b8e6390ec9
1
INCLUDES
=-
I..
2
OBJS
=
access.o cache.o expr.o file.o swap.o tree.o
3
4
all
:
libhed.a
5
libhed.a
: $(
OBJS
)
6
7
clean
:
8
rm
-
rf
*
.o
*
.a
9
10
-
include
..
/
Makefile.lib