bin, make, scripts: Copy scripts to $(MODDIR)/bin

This commit is contained in:
Jan Lindemann 2002-07-02 16:04:41 +00:00 committed by Jan Lindemann
commit 5700573a46
7 changed files with 78 additions and 29 deletions

View file

@ -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 $<