plugin-version.mk: Add missing default targets

This commit is contained in:
Jan Lindemann 2007-08-18 20:32:50 +00:00 committed by Jan Lindemann
commit c90e8d4261

View file

@ -2,10 +2,14 @@ include $(MODDIR)/make/plugin-defs.mk
include $(MODDIR)/make/defs.mk
all: $(PLUGIN_VERSION_LIB)
clean: thisclean
install:
clean: clean.local
distclean:
version.o: version.cpp
$(CPP) $(CPPFLAGS) -o $@ -c $<
thisclean:
clean.local:
rm -f version.o
$(PLUGIN_VERSION_LIB): version.o