Skip to content

Commit

Permalink
telega-server: typofix ~/.telega1 -> ~/.telega
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Apr 27, 2018
1 parent be01099 commit 6450a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $(PROG): telega-server.c
$(CC) $(CFLAGS) -o $(PROG) telega-server.c -ltdjson

install:
@install -v -d $(HOME)/.telega1
@install -v $(PROG) $(HOME)/.telega1
@install -v -d $(HOME)/.telega
@install -v $(PROG) $(HOME)/.telega

clean:
@rm -vf $(PROG)
Expand Down

0 comments on commit 6450a8d

Please sign in to comment.