Revert "Undo src/Makefile"

This reverts commit 4f116673f3.
This commit is contained in:
Alam Ed Arias 2023-10-12 22:30:26 -04:00
parent 4f116673f3
commit dfe1810580

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