]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
make: fixes to clean target 101/head
authorUffe Jakobsen <uffe@uffe.org>
Mon, 18 May 2026 09:32:02 +0000 (11:32 +0200)
committerUffe Jakobsen <uffe@uffe.org>
Mon, 18 May 2026 09:32:02 +0000 (11:32 +0200)
.gitignore
mk/common.mk
src/Makefile.in

index ab20c57ddb36bb06239121fc56401c97e5094a26..43e554d798d7fca538fcf471adea0d12c6e58ea6 100644 (file)
@@ -4,6 +4,8 @@
 *.la
 *.lo
 *.Po
+*.Ppico
+*.pico
 *.exe
 .libs
 .deps
index b294cc3e794b5b9e2a4d08572f5a006879de097c..1efbe77c49883e736eda9a93599a2ee823213fdf 100644 (file)
@@ -33,4 +33,4 @@ clean-files:
 distclean: distclean-files
 
 distclean-files:
-       rm -r $(DISTCLEAN_FILES)
+       rm -f $(DISTCLEAN_FILES)
index 0cb286f51343edc28c047e8bb4bf5002d69b6e4f..5b99bd57ef6efef6fc719dd12039f27811f4644b 100644 (file)
@@ -48,7 +48,8 @@ mlmmj-list: mlmmj-list.o libmlmmj.a
 clean: clean-progs
 
 clean-progs:
-       rm -f $(PROGRAMS) $(PROGRAMS:=.o)
+       rm -f $(PROGRAMS) $(PROGRAMS:=.o) $(PROGRAMS:=.Po)
+       rm -f mlmmj-make-ml
 
 install: install-programs