Skip to content

Commit

Permalink
checkpoint: compile hello by default
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiaoyu <[email protected]>
  • Loading branch information
xyyy1420 committed May 7, 2024
1 parent 48041f2 commit 7b6cf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(shell mkdir -p rootfsimg/build)

APPS = busybox before_workload trap qemu_trap
APPS = hello busybox before_workload trap qemu_trap
APPS_DIR = $(addprefix apps/, $(APPS))

.PHONY: rootfsimg $(APPS_DIR) clean
Expand Down

0 comments on commit 7b6cf0c

Please sign in to comment.