piql / afs

Archival File System
GNU General Public License v3.0
13 stars 5 forks source link

Add gitignore for generated files, and Makefile #1

Closed justinbass closed 5 years ago

justinbass commented 5 years ago

Add absolute path note to README.

justinbass commented 5 years ago

Makefile appeared to be missing, so I added it. Tested on Ubuntu 16.04 and instructions worked to construct the library file. Added a note to the README as I found only an absolute path works, while relative path is more likely to be tried by someone building source.

Gitignore added for cleanliness.

oleliabo commented 5 years ago

Nice, thanks! Sorry for the missing Makefile.am.