Skip to content

Commit

Permalink
Merge pull request #20 from debatem1/issue_19
Browse files Browse the repository at this point in the history
Fix link errors on Ubuntu 18.04.
  • Loading branch information
glouw authored Feb 28, 2019
2 parents ec9a03f + dae769b commit e366d4d
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
Expand Up @@ -9,7 +9,7 @@ CC = gcc
SRC = test.c Tinn.c

all:
$(CC) $(CFLAGS) $(LDFLAGS) $(SRC) -o $(BIN)
$(CC) -o $(BIN) $(SRC) $(CFLAGS) $(LDFLAGS)

run:
./$(BIN)
Expand Down

0 comments on commit e366d4d

Please sign in to comment.