diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-06-29 11:22:55 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-06-29 11:22:55 +0300 |
commit | 9858ffff69ce2e3df353b2c1e65a987c58f32fac (patch) | |
tree | b9ecaccfb8f9e3f67a4ccb2ce7cb3f699f7e7f5c /src/Makefile | |
parent | 233918e518f72e469ba39206abf70250bd6fc54a (diff) | |
download | apk-tools-9858ffff69ce2e3df353b2c1e65a987c58f32fac.tar.gz apk-tools-9858ffff69ce2e3df353b2c1e65a987c58f32fac.tar.bz2 apk-tools-9858ffff69ce2e3df353b2c1e65a987c58f32fac.tar.xz apk-tools-9858ffff69ce2e3df353b2c1e65a987c58f32fac.zip |
cache: new applet (ref #49)
Administrative tool to download or delete files to/from the cache.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fe962e7..04cf60e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ apk-objs := state.o database.o package.o archive.o \ version.o io.o url.o gunzip.o blob.o \ hash.o md5.o apk.o \ add.o del.o update.o info.o search.o upgrade.o \ - ver.o index.o fetch.o audit.o + cache.o ver.o index.o fetch.o audit.o CFLAGS_apk.o := -DAPK_VERSION=\"$(FULL_VERSION)\" progs-$(STATIC) += apk.static |