Skip to content

Commit

Permalink
Proper Makefile exit
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 4, 2024
1 parent aba86dd commit 1b38068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pink/rondis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SLASH_LIBRARY=$(SLASH_PATH)/slash/lib/libslash.a

ifndef RONDB_PATH
$(warning Warning: missing rondb path)
exit 1
$(error Exit due to missing RONDB_PATH)
endif
RONDB_INCLUDE_DIR=$(RONDB_PATH)/include/storage/ndb
ifeq ($(UNAME_S),Darwin)
Expand Down

0 comments on commit 1b38068

Please sign in to comment.