1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-07 13:34:34 -04:00
elinks/src/cache/Makefile

9 lines
123 B
Makefile
Raw Normal View History

-include ../../Makefile.config
OBJS = cache.o dialogs.o
all: libcache.a
libcache.a: $(OBJS)
-include ../../Makefile.lib