summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Fleischer <info@cryptocrack.de>2011-05-10 22:02:14 +0200
committerLukas Fleischer <info@cryptocrack.de>2011-05-10 22:02:14 +0200
commitbb9b292a41969a59a384ddd6ada00c9c9e0cd1f8 (patch)
treeff72ef18bd7b5f4a9e1b8cb8f25b97fd52a45b3c /Makefile
parent9763cdebd26e76f2742cda6ae85a331c9a17dbb2 (diff)
downloadfaketime-ng-bb9b292a41969a59a384ddd6ada00c9c9e0cd1f8.tar.gz
Use a separate Makefile for meta files.
* Create separate "install" and "uninstall" targets for meta files. * Add meta file targets to the shortcut Makefile. Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc360cf..c9ad9d6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,12 @@ test:
install:
$(MAKE) -C src install
$(MAKE) -C man install
+ $(MAKE) -C meta install
uninstall:
$(MAKE) -C src uninstall
$(MAKE) -C man uninstall
+ $(MAKE) -C meta uninstall
clean:
$(MAKE) -C src clean