User Tools

Site Tools


make_notes

check if a file exists

You can use the wildcard function to check if a file exists. For example

uninstall:
ifneq ($(wildcard /usr/local/share/anki/uninstall.sh),)
	sudo /usr/local/share/anki/uninstall.sh
endif

will run the uninstall.sh script only if it exists.

Ref:-

invoke a make file

make -f foo.mk
make_notes.txt · Last modified: 2023/09/24 23:49 by raju