Renamed chrcvt to chrcvt65 and added it to the build.
The /Makefile presumes that all binaries are are named *65 so chrcvt had to be renamed in order to be added to the build.
This commit is contained in:
21
src/Makefile
21
src/Makefile
@@ -2,16 +2,17 @@ ifneq ($(shell echo),)
|
||||
CMD_EXE = 1
|
||||
endif
|
||||
|
||||
PROGS = ar65 \
|
||||
ca65 \
|
||||
cc65 \
|
||||
cl65 \
|
||||
co65 \
|
||||
da65 \
|
||||
grc65 \
|
||||
ld65 \
|
||||
od65 \
|
||||
sim65 \
|
||||
PROGS = ar65 \
|
||||
ca65 \
|
||||
cc65 \
|
||||
chrcvt65 \
|
||||
cl65 \
|
||||
co65 \
|
||||
da65 \
|
||||
grc65 \
|
||||
ld65 \
|
||||
od65 \
|
||||
sim65 \
|
||||
sp65
|
||||
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin $(PROGS)
|
||||
|
||||
Reference in New Issue
Block a user