# -*- makefile -*- all: pulse rtp_L16 pulse: pulse.c $(CC) -std=c99 -o $@ $< `pkg-config libpulse-simple --cflags --libs` # make object from c file %: %.c $(CC) -o $@ $< target: genmac nullmodem pulse