5 lines
70 B
Makefile
5 lines
70 B
Makefile
AUTOMAKE_OPTIONS=foreign
|
|
bin_PROGRAMS=client
|
|
client_SOURCES=client.c
|
|
|