File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ all: nimble-linux
72
72
73
73
clean :
74
74
rm $(OBJ ) -f
75
- rm dummy -f
75
+ rm nimble-linux -f
76
76
77
77
$(TINYCRYPT_OBJ ) : CFLAGS+=$(TINYCRYPT_CFLAGS )
78
78
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ LIBS := -lrt -lpthread -lstdc++
69
69
.PHONY : all clean
70
70
.DEFAULT : all
71
71
72
- all : nimble-linux
72
+ all : nimble-linux-blemesh
73
73
74
74
clean :
75
75
rm $(OBJ ) -f
76
- rm dummy -f
76
+ rm nimble-linux-blemesh -f
77
77
78
78
$(TINYCRYPT_OBJ ) : CFLAGS+=$(TINYCRYPT_CFLAGS )
79
79
@@ -83,6 +83,6 @@ $(TINYCRYPT_OBJ): CFLAGS+=$(TINYCRYPT_CFLAGS)
83
83
% .o : % .cc
84
84
$(CXX ) -c $(INCLUDES ) $(CFLAGS ) -o $@ $<
85
85
86
- nimble-linux : $(OBJ ) $(TINYCRYPT_OBJ )
86
+ nimble-linux-blemesh : $(OBJ ) $(TINYCRYPT_OBJ )
87
87
$(LD ) -o $@ $^ $(LIBS )
88
88
$(SIZE ) $@
You can’t perform that action at this time.
0 commit comments