Changeset 98 for trunk/oarutils/Makefile


Ignore:
Timestamp:
Nov 13, 2013, 1:43:29 PM (10 years ago)
Author:
g7moreau
Message:
  • Add cadaver upload
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/Makefile

    r51 r98  
    2121# Target and rules
    2222
    23 .PHONY: all clean distclean install update sync
     23.PHONY: all clean distclean install update sync upload
    2424
    2525all: $(TARGET_C) $(TARGET_MAN) $(TARGET_HTML)
     
    4747        svn update
    4848
     49upload:
     50        cadaver --rcfile=cadaverrc
     51
    4952mpilauncher: mpilauncher.o
    5053        $(CC) $(CCFLAGS) -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.