mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
lib.mk: Make install depend on all
This commit is contained in:
parent
9d819f5559
commit
2789b20691
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ all: $(LIB_SO) $(LINKS_SO)
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.a *.o *.so.* *.so *~ .*.swp
|
rm -rf *.a *.o *.so.* *.so *~ .*.swp
|
||||||
distclean: clean
|
distclean: clean
|
||||||
install: $(LOCAL_TARGETS) $(ALL) $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|
install: $(LOCAL_TARGETS) all $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue