SHELL=/bin/sh
all:
	$(CC) -c includer.c

clean:
	-@rm -f *.o
