#	Author J.L. Portman (root@transys.UUCP)
#
#
SRCS= test.c scandir.c


scandir: test.c scandir.c
	$(CC) $(CFLAGS) test.c scandir.c -o scandir
	rm -f test.o scandir.o
