From a8b5b43dcd41e3796b23e0e79b5e27a49d05b648 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 29 Aug 2022 22:25:34 -0500 Subject: [PATCH] Start dev server automatically when running 'make rootfs_auto' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f731be2b..9c7cadbc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ rootfs: @./make_rootfs.sh .PHONY: rootfs_auto -rootfs_auto: +rootfs_auto: start_file_server @./make_rootfs_auto.sh .PHONY: clean_rootfs