diff --git a/scribbleres/Makefile b/scribbleres/Makefile index f0cc578..f11216f 100644 --- a/scribbleres/Makefile +++ b/scribbleres/Makefile @@ -15,4 +15,4 @@ res_strings.cpp: strings/*.xml python3 embed.py --compress $^ > $@ clean: - rm res_icons.cpp res_strings.cpp + rm -f res_icons.cpp res_strings.cpp