mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
Z80 pseudo makefile - fix a typo
This commit is contained in:
parent
655d6e8f0e
commit
3cf1cfcc6a
@ -11,7 +11,7 @@ LIBDEPS+=-L../../flag -lr_flag
|
||||
endif
|
||||
|
||||
ifeq ($(WITHPIC),1)
|
||||
ALL_TARGETS+=${TARGET_z80PSEUDO}
|
||||
ALL_TARGETS+=${TARGET_Z80PSEUDO}
|
||||
${TARGET_Z80PSEUDO}: ${OBJ_Z80PSEUDO}
|
||||
${CC} $(call libname,parse_z80_pseudo) ${LIBDEPS} $(LDFLAGS) \
|
||||
$(LDFLAGS_SHARED) ${CFLAGS} -o ${TARGET_Z80PSEUDO} ${OBJ_Z80PSEUDO}
|
||||
|
Loading…
x
Reference in New Issue
Block a user