add 'make list'
diff --git a/sim-applet/Makefile b/sim-applet/Makefile
index 1ed8cf9..e4e5163 100644
--- a/sim-applet/Makefile
+++ b/sim-applet/Makefile
@@ -41,6 +41,13 @@
 		--kic "$$KIC1" \
 		--kid "$$KID1"
 
+list:
+	. $$PWD/.sim-keys && $(SIMTOOLS_DIR)/bin/shadysim \
+		--pcsc \
+		--list-applets \
+		--kic "$$KIC1" \
+		--kid "$$KID1"
+
 delete: remove
 
 .PHONY: test