mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
plugin-version.mk: Add missing default targets
This commit is contained in:
parent
9c04f91beb
commit
c90e8d4261
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue