Undo src/Makefile

Let see, revert OBJCOPY,OBJDUMP and WINDRES statements
This commit is contained in:
Alam Ed Arias 2023-10-12 22:26:43 -04:00
parent 008efa9b0e
commit 4f116673f3

View file

@ -141,9 +141,9 @@ endif
OBJDUMP_OPTS?=--wide --source --line-numbers
OBJCOPY?=$(call Prefix,objcopy)
OBJDUMP?=$(call Prefix,objdump)
WINDRES?=$(call Prefix,windres)
OBJCOPY:=$(call Prefix,objcopy)
OBJDUMP:=$(call Prefix,objdump)
WINDRES:=$(call Prefix,windres)
GZIP?=gzip
GZIP_OPTS?=-9 -f -n