diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-16 13:11:03 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-16 13:11:03 +0100 |
commit | 3e5d303e59b66a1c52b14c88b24a59eb07209e5d (patch) | |
tree | 037b060a5cc3d380fe2d8cae853b42b2809dac57 /Makefile | |
parent | 506553dc5b0dd8973ae4d378a1ea6b0a65b6a72b (diff) |
Update tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PROJECTNAME=unicode VERSION=$(shell dpkg-parsechangelog --show-field Version) -DISTROS=base debian11 ubuntu2004 ubuntu2010 +DISTROS=base debian11 ubuntu2110 ifeq ($(wildcard $(shell which clang++-13)),) ifeq ($(wildcard $(shell which clang++)),) |