diff options
author | Lukas Fleischer <info@cryptocrack.de> | 2011-05-10 22:02:14 +0200 |
---|---|---|
committer | Lukas Fleischer <info@cryptocrack.de> | 2011-05-10 22:02:14 +0200 |
commit | bb9b292a41969a59a384ddd6ada00c9c9e0cd1f8 (patch) | |
tree | ff72ef18bd7b5f4a9e1b8cb8f25b97fd52a45b3c /Makefile | |
parent | 9763cdebd26e76f2742cda6ae85a331c9a17dbb2 (diff) | |
download | faketime-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |