Initial commit

Version 2.0
This commit is contained in:
Brian Hrebec 2012-02-08 21:08:59 -08:00
commit ccc1b24d41
12 changed files with 1304 additions and 0 deletions

8
Makefile.am Normal file
View file

@ -0,0 +1,8 @@
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = joy2script
joy2script_SOURCES = joy2script.c
joy2script_CFLAGS = -Wall
man_MANS = joy2script.1
EXTRA_DIST = joy2script.1