mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 21:27:39 +01:00
bin, make, scripts: Copy scripts to $(MODDIR)/bin
This commit is contained in:
parent
e49a2c03bc
commit
5700573a46
7 changed files with 78 additions and 29 deletions
|
|
@ -46,6 +46,9 @@ $(TOPDIR)/include:
|
|||
$(TOPDIR)/include/%.h: %.h
|
||||
mkdir -p $(dir $@); cp $(@F) $@
|
||||
|
||||
$(TOPDIR)/bin/%.sh: %.sh
|
||||
mkdir -p $(dir $@); cp $(@F) $@
|
||||
|
||||
%.o: %.cpp
|
||||
$(CPP) $(CPPFLAGS) -c $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue