default: @echo You must specify a target. install-shopping: rsync -vtl shopping.cgi shopping.items veloci:/home/web/internal/shopping/ install-ubersearch: install -m755 ubersearch.cgi /home/cgi-bin/ubersearch rsync -vtl /home/cgi-bin/ubersearch offog.org:/hosts/offog.org/cgi-bin/ubersearch install-transmat: rsync -vtl transmat offog.org:/hosts/offog.org/cgi-bin/transmat install-dechump: rsync -vtl dechump.cgi feedwriter.py offog.org:dechump/ CFLAGS = -Wall -g xvotherhead: xvotherhead.c $(CC) $(CFLAGS) -o xvotherhead xvotherhead.c -lX11 -lXv xvset: xvset.c $(CC) $(CFLAGS) -o xvset xvset.c -lX11 -lXv virtuoso: virtuoso.c $(CC) $(CFLAGS) -std=gnu99 $(shell pkg-config --cflags alsa) -o virtuoso virtuoso.c $(shell pkg-config --libs alsa) timetimers: timetimers.c $(CC) $(CFLAGS) -std=gnu99 -o timetimers timetimers.c -lrt