Skip to content

Commit

Permalink
Rename compat.c -> compat-reallocarray.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Jul 17, 2017
1 parent 2d57016 commit be071ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AM_CFLAGS=-pedantic -Wall -Werror -Wextra
AM_CPPFLAGS=-D_GNU_SOURCE

bin_PROGRAMS=pick
dist_pick_SOURCES=pick.c compat.h compat.c
dist_pick_SOURCES=pick.c compat-reallocarray.c compat.h
dist_man_MANS=pick.1

TESTS=tests/01.t tests/02.t tests/03.t tests/04.t tests/05.t tests/06.t \
Expand Down
File renamed without changes.

0 comments on commit be071ec

Please sign in to comment.