Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
fix strips parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Klo1337 authored and Enguerrand committed Jan 11, 2017
1 parent 28dc751 commit dd4a9b4
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 @@ all: $(NAME)

$(NAME):
$(CC) $(FLAGS) -o $(OUTF) $(SRC)
strip --strip-unneeded $(OUTFILE)
strip --strip-unneeded $(OUTF)

clean:
rm -f $(OBJ)
Expand Down

0 comments on commit dd4a9b4

Please sign in to comment.