--- nono/debugger/Makefile 2026/04/29 17:04:30 1.1.1.2 +++ nono/debugger/Makefile 2026/04/29 17:04:33 1.1.1.3 @@ -1,10 +1,15 @@ # # nono -# Copyright (C) 2019 isaki@NetBSD.org +# Copyright (C) 2020 nono project +# Licensed under nono-license.txt +# + # # debugger # +.include "../Makefile.inc" + TARGETS= libnndebugger.a CXXSRCS= \ @@ -17,9 +22,9 @@ CXXSRCS= \ OBJS= ${CXXSRCS:.cpp=.o} -.include "../Makefile.inc" - libnndebugger.a: ${OBJS} rm -f $@ ${AR} r $@ $> ${RANLIB} $@ + +.include "../Makefile.rule"