summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-01-12 13:50:13 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-01-12 13:50:13 +0100
commit0cff92c763154b03c0e076709de109dffe9721d4 (patch)
tree84e3b2edc246f504ce968e648ac0bfbb5777747d /Makefile
parent96453cb3d17c50503f99322edd187f72787b7662 (diff)
fix: target duplicated
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26b79fb..97a0990 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ EXECUTABLE := $(BIN_DIR)/hmacsha256
clean: COUNT=$(words $(wildcard $(OBJ_DIR)/*.o))
all: $(EXECUTABLE)
-all: $(EXECUTABLE)
$(EXECUTABLE): $(OBJECTS) $(MAIN)
@script -q -e -c '$(CXX) -I$(HEADER_DIR) -o $@ $(OBJECTS) $(MAIN)' $@.log > /dev/null; \