Skip to content

Commit

Permalink
Merge pull request #1 from mimugmail/patch-1
Browse files Browse the repository at this point in the history
make spaces to tabs
  • Loading branch information
marjohn56 authored Mar 3, 2020
2 parents 9e71a4f + a4aba56 commit 2cfba2b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ clean:
rm -f udpbroadcastrelay

all:
$(CC) $(CFLAGS) -g main.c -o udpbroadcastrelay
cp udpbroadcastrelay /usr/local/sbin/
chmod 755 /usr/local/sbin/udpbroadcastrelay
$(CC) $(CFLAGS) -g main.c -o udpbroadcastrelay

install:
cp udpbroadcastrelay /usr/local/sbin/
chmod 755 /usr/local/sbin/udpbroadcastrelay

0 comments on commit 2cfba2b

Please # to comment.