Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 14, 2014
1 parent b1fe454 commit c63e5b0
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
Expand Up @@ -52,7 +52,7 @@ dependency_build ?= git \

make:
@printf "\033[1;31mCompile edid-decode as inex-decode \033[0m$1\n"
$(CC) edid-decode.c $(CFLAGS) $(additional_confflags) -o inex-edid
$(CC) -o inex-edid edid-decode.c $(CFLAGS) $(additional_confflags)
$(CC) -o inex-cpuid cpu.c -static $(CC_OPTS_LIBCPUID)
@printf "\033[1;31mCompile src/i-nex stage 1 \033[0m$1\n"
$(GBC) $(GBCOPTS) src/i-nex
Expand Down

0 comments on commit c63e5b0

Please sign in to comment.