diff options
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile new file mode 100644 index 000000000..dbe159a7a --- /dev/null +++ b/methods/makefile @@ -0,0 +1,13 @@ +# -*- make -*- +BASE=.. +SUBDIR=methods + +# Bring in the default rules +include ../buildlib/defaults.mak +BIN := $(BIN)/methods + +# The file method +PROGRAM=file +SLIBS = -lapt-pkg +SOURCE = file.cc +include $(PROGRAM_H) |