# makefile for daydream oneliners.

all:	oneliners

oneliners:	oneliners.c
		gcc -o oneliners oneliners.c -I/home/bbs/include -L/home/bbs/lib -ldd
