cleanup: get rid of most legacy macros in file.c
[hed.git] / libhed / Makefile
blob4475c5f8b43f6459d0d8efc4a630c2b8e6390ec9
1 INCLUDES=-I..
2 OBJS=access.o cache.o expr.o file.o swap.o tree.o
4 all: libhed.a
5 libhed.a: $(OBJS)
7 clean:
8 rm -rf *.o *.a
10 -include ../Makefile.lib