mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
bin, make, scripts: Copy scripts to $(MODDIR)/bin
This commit is contained in:
parent
e49a2c03bc
commit
5700573a46
7 changed files with 81 additions and 32 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