Skip to content

Commit 4069f8d

Browse files
dmur1Kyle-Kyle
authored andcommitted
add 2.41 to VERSIONS in the Makefile
as per request: #207 (comment)
1 parent c269eaf commit 4069f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: help clean distclean all test
22

3-
VERSIONS := 2.23 2.24 2.27 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39
3+
VERSIONS := 2.23 2.24 2.27 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39 2.41
44
TECH_BINS := $(patsubst %.c,%,$(wildcard glibc_*/*.c))
55
BASE_BINS := $(patsubst %.c,%,$(wildcard *.c))
66
DOWNLOADED := glibc-all-in-one/libs glibc-all-in-one/debs

0 commit comments

Comments
 (0)