Skip to content
Snippets Groups Projects
Commit d244f750 authored by Matt Johnston's avatar Matt Johnston
Browse files

removed some test targets

--HG--
extra : convert_revision : 955ad253022493b8edc121802529f014b9aac505
parent 8b6ddcb0
Branches
No related merge requests found
......@@ -110,9 +110,6 @@ endif
all: $(TARGETS)
test:
@echo Z$(sort $(foreach prog, $(PROGRAMS), $($(prog)objs)))Z
strip: $(TARGETS)
$(STRIP) $(addsuffix $(EXEEXT), $(addprefix $(SPREFIX), $(TARGETS)))
......@@ -158,9 +155,6 @@ ifeq ($(MULTI),1)
CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI
endif
testfoo:
echo $(MULTIOBJS)
dropbearmulti: $(HEADERS) $(MULTIOBJS) $(LTC) $(LTM)
$(LD) $(LDFLAGS) -o $(SPREFIX)$@$(EXEEXT) $(MULTIOBJS) $(LIBS)
@echo
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment