Changes between Version 31 and Version 32 of FAQ


Ignore:
Timestamp:
Jun 16, 2017, 12:29:29 PM (7 years ago)
Author:
ertl-yutaka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v31 v32  
    168168{{{
    169169APPL_DIR += $(foreach dir,$(shell find $(APPLDIR) -type d -name src),$(dir))
    170 ↓これをディレクトリごとに追加
    171 APPL_DIR += $(foreach dir,$(shell find $(APPLDIR) -type d -name test),$(dir))
     170APPL_DIR += $(foreach dir,$(shell find $(APPLDIR) -type d -name test),$(dir)) ←これをディレクトリごとに追加/削除
    172171
    173172}}}