User Tools

Site Tools


make_notes

This is an old revision of the document!


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:-

make_notes.1695599301.txt.gz · Last modified: 2023/09/24 23:48 by raju