Import existing source tree; original VCS history is no longer available. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
196 B
Makefile
9 lines
196 B
Makefile
noinst_LIBRARIES = libeel.a
|
|
|
|
INCLUDES = @LOCALCFLAGS@
|
|
|
|
libeel_a_SOURCES = eel.c e_script.c e_symtab.c e_path.c e_util.c \
|
|
e_lexer.c e_register.c e_builtin.c e_getargs.c
|
|
|
|
EXTRA_DIST = *.h *.txt
|