--- nono/util/iasm/Makefile 2026/04/29 17:04:28 1.1.1.1 +++ nono/util/iasm/Makefile 2026/04/29 17:04:54 1.1.1.2 @@ -3,7 +3,8 @@ TARGETS= iasm CPPSRCS= iasm.cpp scan.cpp OBJS= ${CPPSRCS:.cpp=.o} -.include "../../Makefile.inc" +TOPDIR= ../.. +.include "${TOPDIR}/Makefile.inc" iasm: ${OBJS} ${CXX} ${LDFLAGS} -o $@ $>