Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Makefile
autom4te.cache
config.cache
config.h
config.log
config.status
corkscrew
corkscrew.o
stamp-h*
*~
compile
config.guess
config.sub

4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Maintainer
Pat Padgett <agroman@agroman.net>
Pat Padgett <agroman@agroman.net>
Satoru Tanaka <satoru@people.co.jp>

5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AUTOMAKE_OPTIONS = no-dependencies
INCLUDES = -I$(srcdir)
AUTOMAKE_OPTIONS = no-dependencies foreign
AM_CPPFLAGS = -I$(srcdir)
bin_PROGRAMS = corkscrew
corkscrew_SOURCES = corkscrew.c

Loading