Skip to content

Commit

Permalink
Fix make kclean
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 15, 2024
1 parent e80d392 commit f92221d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion elks/tools/mtools/mtools-4.0.23/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@ $(LINKS): mtools
mostlyclean:
-rm -f *~ *.orig *.o a.out core 2>/dev/null

clean: mostlyclean
dokclean:

clean:

xclean: mostlyclean
-rm -f mtools $(LINKS) floppyd floppyd_installtest mkmanifest *.info* *.dvi *.html 2>/dev/null


Expand Down

0 comments on commit f92221d

Please sign in to comment.