summaryrefslogtreecommitdiffstats
path: root/src/libgdl/makefile
blob: abe183f9d1f2bd924517f71da9f4e1406caf1c60 (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.



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

clean %.a %.o:
	cd .. && $(MAKE) libgdl/$@

.PHONY: all clean

OBJEXT = o

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