Initial commit
Version 2.0
This commit is contained in:
commit
ccc1b24d41
12 changed files with 1304 additions and 0 deletions
8
Makefile.am
Normal file
8
Makefile.am
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue