mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
32fe41fae7
We _do_ want to error on when including .config and .lib failed.
9 lines
132 B
Makefile
9 lines
132 B
Makefile
include ../../Makefile.config
|
|
|
|
OBJS = globhist.o dialogs.o
|
|
|
|
all-l: libglobhist.a
|
|
libglobhist.a: $(OBJS)
|
|
|
|
include ../../Makefile.lib
|