comparison Makefile.in @ 6629:540ceb9baa01

remove octave-launch.rc on clean * Makefile.in: add rm installler-files/octave-launch.rc * dist-files.mk: add octave-launch.rc.in to dist files
author John Donoghue <john.donoghue@ieee.org>
date Fri, 10 Feb 2023 10:35:18 -0500
parents 96ea694f0d48
children 6adeb47401d6
comparison
equal deleted inserted replaced
6628:d56bddd614d4 6629:540ceb9baa01
1002 rm -f Makefile cmake-toolchain-file.stamp cmake-native-toolchain-file.stamp 1002 rm -f Makefile cmake-toolchain-file.stamp cmake-native-toolchain-file.stamp
1003 rm -f tools/set-mxe-env.sh 1003 rm -f tools/set-mxe-env.sh
1004 rm -f installer-files/octave-launch.exe \ 1004 rm -f installer-files/octave-launch.exe \
1005 installer-files/octave-launch-firsttime.exe \ 1005 installer-files/octave-launch-firsttime.exe \
1006 installer-files/octave-launch.res \ 1006 installer-files/octave-launch.res \
1007 installer-files/octave-launch.rc \
1007 installer-files/.dirstamp 1008 installer-files/.dirstamp
1008 1009
1009 .PHONY: realclean 1010 .PHONY: realclean
1010 realclean: clean 1011 realclean: clean
1011 rm -rf $(BUILT_PKGS_DIR) 1012 rm -rf $(BUILT_PKGS_DIR)