4 lines
86 B
Makefile
4 lines
86 B
Makefile
bin_PROGRAMS = tinysh
|
|
tinysh_SOURCES = main.c redirection.c
|
|
tinysh_LDADD = -lreadline
|