SHELL=/bin/sh
all: includer.o

clean:
	-@rm -f *.o
