summaryrefslogtreecommitdiffstats
path: root/src/libavoid/makefile
blob: e4f83a52dd0461bf5341ed75eef60987bac2ae34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Convenience stub makefile to call the real Makefile.



OBJEXT = o

# Explicit so that it's the default rule.
all:
	cd .. && $(MAKE) libavoid/all

clean %.a %.$(OBJEXT):
	cd .. && $(MAKE) libavoid/$@

.PHONY: all clean

.SUFFIXES:
.SUFFIXES: .a .$(OBJEXT)