Start dev server automatically when running 'make rootfs_auto'

This commit is contained in:
Taylor Helsper 2022-08-29 22:25:34 -05:00
parent 449b3e02dc
commit a8b5b43dcd

View File

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