mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Add forgotten cache Makefile
Didn't notice it's missing because we still have it in .gitignore.
This commit is contained in:
parent
0cc70f57a1
commit
4e467d6129
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
|
Loading…
Reference in New Issue
Block a user