diff --git a/Makefile b/Makefile index ae5825a..4c3fb78 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ BSLZ4_INC_DIR = $(BSLZ4_SRC_DIR) CC=h5cc CFLAGS=-Wall -g -O2 -fpic -I$(INC_DIR) -I$(BSLZ4_INC_DIR) -std=c89 -.PHONY: all -all: plugin example test_plugin - .PHONY: plugin plugin: $(BUILD_DIR)/durin-plugin.so +.PHONY: all +all: plugin example test_plugin + .PHONY: example example: $(BUILD_DIR)/example