diff options
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmdline/makefile b/cmdline/makefile new file mode 100644 index 000000000..d521c58db --- /dev/null +++ b/cmdline/makefile @@ -0,0 +1,14 @@ +# -*- make -*- +BASE=.. + +# Bring in the default rules +include ../buildlib/defaults.mak + +# The library name +PROGRAM=apt-cache +SLIBS = -lapt-pkg + +# Source code for the contributed non-core things +SOURCE = apt-cache.cc + +include $(PROGRAM_H) |