Skip to content

Commit

Permalink
use the environment compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarya committed Mar 16, 2019
1 parent 5a031f0 commit e3adc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
gcc src/dnssec.c -Iinc -g -Wall -lcurl -std=gnu99 -o dnsd
$(CC) src/dnssec.c -Iinc -g -Wall -lcurl -std=gnu99 -o dnsd
install:
cp dnsd.conf /etc/dnsd.conf
cp dnsd /usr/local/bin/
Expand Down

0 comments on commit e3adc07

Please sign in to comment.