8 lines
197 B
Makefile
8 lines
197 B
Makefile
## 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
|
|
|