diff --git a/hd-rum-multi/Makefile b/hd-rum-multi/Makefile index dada37cfe6..53c4cd41a6 100644 --- a/hd-rum-multi/Makefile +++ b/hd-rum-multi/Makefile @@ -1,7 +1,7 @@ SRCDIR ?= . all: - gcc -g -Wall -pthread -o hd-rum $(SRCDIR)/hd-rum.c + $(CC) -g -Wall -pthread -o hd-rum $(SRCDIR)/hd-rum.c install: install -m 755 hd-rum /usr/local/bin