Changeset 21

Show
Ignore:
Timestamp:
11/03/07 17:49:42 (10 months ago)
Author:
nlawren2
Message:

Began working on the API

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hellofs/Makefile

    r17 r21  
    11tarfs: hello.c 
    2         gcc hello.c -lfuse -o tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 
     2        gcc hello.c -lfuse -o mount.tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 
  • tarfs/Makefile

    r17 r21  
    11tarfs: tarfs.c tar.h 
    2         gcc tarfs.c -lfuse -o tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 
     2        gcc tarfs.c -lfuse -o mount.tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22