Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
afni-rickr committed May 10, 2024
1 parent 625d4c2 commit 7dddf58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.INCLUDE
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,12 @@ LIBHEADERS = mrilib.h mcw_glob.h 3ddata.h thd_maker.h thd_iochan.h \
### Make everything, install it too, and cleanup

totality:clean all plugins install install_plugins install_lib cleann
echo "== compilation complete: totality, yay"

### Make everything, install it too, but don't cleanup

vastness:all plugins install install_plugins install_lib
echo "== compilation complete: vastness, yay"

### Make many things

Expand All @@ -309,6 +311,7 @@ afobjs: afobj
### Make a few more things

itall:all plugins install install_plugins install_lib
echo "== compilation complete: itall, yay"

$(INSTALLDIR):
if [ ! -d $(INSTALLDIR) ]; then $(MKDIR) -p $(INSTALLDIR); echo Made directory $(INSTALLDIR); fi
Expand Down

0 comments on commit 7dddf58

Please sign in to comment.