Renamed project.

This commit is contained in:
2018-08-12 09:38:39 +00:00
parent cf69741c24
commit 76d92d4cd7
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ CXXFLAGS += -MMD -MP -Wall -Wfatal-errors -Wextra
MODULES := $(wildcard $(SRC_DIR)/*.cpp)
OBJECTS := $(MODULES:$(SRC_DIR)/%.cpp=$(OBJ_DIR)/%.o)
monitor: $(OBJECTS) libuECC.o libcppb64.o
U2FDevice: $(OBJECTS) libuECC.o libcppb64.o
g++ $(LDFLAGS) -o $@ $^
$(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp
@@ -20,7 +20,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp
clean:
rm $(OBJ_DIR)/*
rm monitor
rm U2FDevice
.PHONY: libuECC.o libcppb64.so clean
libuECC.o: