Skip to content

Commit

Permalink
hd-rum-multi/Makefile: use $(CC) instead of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed May 28, 2024
1 parent bd5d6ac commit 7e53875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hd-rum-multi/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e53875

Please sign in to comment.