testcpp: testcpp.cpp g++ -Wall -Wextra -Werror -pedantic $(shell icu-config --cxxflags) $(shell icu-config --ldflags) testcpp.cpp -o testcpp test: test.c g++ -Wall -Wextra -Werror -pedantic $(shell icu-config --cxxflags) $(shell icu-config --ldflags) test.c -o test