makefile.am

来自「linux FM radio driver for Siliconlab SI4」· AM 代码 · 共 12 行

AM
12
字号
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalablegtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolorinstall-data-hook:	@-if test -z "$(DESTDIR)"; then \	echo "Updating Gtk icon cache."; \	$(gtk_update_icon_cache); \	else \	echo "*** Icon cache not updated.  After install, run this:"; \	echo "***   $(gtk_update_icon_cache)"; \	fi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?