Skip to content

Commit

Permalink
Makefile: add native target
Browse files Browse the repository at this point in the history
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
  • Loading branch information
norio-nomura committed Sep 19, 2024
1 parent b8b6bb3 commit fe8db81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ help:

exe: _output/bin/limactl$(exe)

.PHONY: minimal
.PHONY: minimal native
minimal: clean limactl native-guestagent default_template
native: clean limactl native-guestagent templates

config: Kconfig
$(KCONFIG_CONF) $<
Expand Down

0 comments on commit fe8db81

Please sign in to comment.