mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
Add forgotten cache Makefile
Didn't notice it's missing because we still have it in .gitignore.
This commit is contained in:
11
src/cache/Makefile
vendored
Normal file
11
src/cache/Makefile
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
-include ../../Makefile.config
|
||||
|
||||
OBJS = cache.o dialogs.o
|
||||
|
||||
all: libcache.a
|
||||
libcache.a: $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.a
|
||||
|
||||
-include ../../Makefile.lib
|
||||
Reference in New Issue
Block a user