mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 12:08:13 +00:00
fix samples/Makefile
This commit is contained in:
parent
4a03f6021f
commit
c4ddf4e36b
1 changed files with 8 additions and 0 deletions
|
@ -128,3 +128,11 @@ endef
|
||||||
|
|
||||||
|
|
||||||
staticname = $(subst $(BIN_EXT),,$(1)).static$(BIN_EXT)
|
staticname = $(subst $(BIN_EXT),,$(1)).static$(BIN_EXT)
|
||||||
|
|
||||||
|
define log
|
||||||
|
@printf " %-7s %s\n" "$(1)" "$(2)"
|
||||||
|
endef
|
||||||
|
|
||||||
|
define compile
|
||||||
|
${CC} ${CFLAGS} -c $< -o $@
|
||||||
|
endef
|
||||||
|
|
Loading…
Reference in a new issue