sdp_server := sdp-server.c hci_host := hci-host.c rfcomm_server := rfcomm-server.c all: @echo No target specified .c: $(sdp_server) $(hci_host) $(rfcomm_server) $(CC) $^ -Wall -Wextra -g -O2 -lbluetooth -o $(basename $^)