5 lines
119 B
Makefile
5 lines
119 B
Makefile
# Taken from http://www.idryman.org/blog/2016/03/10/autoconf-tutorial-1/
|
|
bin_PROGRAMS = hello
|
|
hello_SOURCES = hello.c
|
|
|