jw-pkg/make/plugin-version.mk
Jan Lindemann aa85417a17 Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com>
2019-03-06 12:38:20 +00:00

17 lines
313 B
Makefile

include $(MODDIR)/make/plugin-defs.mk
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/defs-cpp.mk
all: $(PLUGIN_VERSION_LIB)
install:
clean: clean.local
distclean:
version.o: version.cpp
$(CPP) $(BUILD_CPPFLAGS) -o $@ -c $<
clean.local:
$(RM) -f version.o
$(PLUGIN_VERSION_LIB): version.o
ar r $@ $<