| Marc-Antoine Ruel | f1e517d | 2025-06-08 17:30:37 +0000 | [diff] [blame] | 1 | # Makefile with Japanese characters in filename |
| 2 | # This should be categorized as a build file | ||||
| 3 | |||||
| 4 | all: | ||||
| 5 | echo "Building with Japanese characters in Makefile name" | ||||
| 6 | |||||
| 7 | clean: | ||||
| 8 | rm -f *.o | ||||
| 9 | |||||
| 10 | .PHONY: all clean | ||||