Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zigen committed Jun 16, 2022
1 parent f57f5ba commit 2937721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QUISP_SRC_DIR = "./quisp"
QUISP_MAKEFILE = "$(QUISP_SRC_DIR)/Makefile
QUISP_MAKEFILE = "$(QUISP_SRC_DIR)/Makefile"
QUISP_FEATURE = "$(QUISP_SRC_DIR)/feature_defines.h"

.PHONY: all tidy format ci makefile-exe makefile-lib checkmakefile googletest clean test coverage coverage-report help quispr
Expand Down

0 comments on commit 2937721

Please sign in to comment.