blob: c78f45a9b227d48c149c6449ed027fec72bc939e [file] [log] [blame]
# Makefile with Japanese characters in filename
# This should be categorized as a build file
all:
echo "Building with Japanese characters in Makefile name"
clean:
rm -f *.o
.PHONY: all clean