include ../common.mk TARGET_LIB = libowlps-client STATIC = $(TARGET_LIB).a HEADER = owlps-client.h ## Targets ## all : static static : $(STATIC) help : @echo "Needed libraries:" @echo " libowlps-dev" @echo @echo "Targets:" @echo " static (default target): Builds the static library." @echo @echo " clean: Deletes the temporary files." @echo " purge: Deletes the built binaries." include ../common-rules.mk