1# Makefile for use in directories built by non-recursive make.
2
3SHELL = /bin/sh
4
5all check check-syntax:
6	cd .. && $(MAKE) $@
7
8clean:
9	rm -f *.o *.obj *.lo
10