diff options
-rw-r--r-- | GNUmakefile | 1 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 96c3795..3caa3fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,3 +17,4 @@ include common.mk .PHONY: clean include $(TARGETS_DIR)clean.mk +include $(TARGETS_DIR)install.mk @@ -21,3 +21,4 @@ include common.mk .PHONY: clean include $(TARGETS_DIR)clean.mk +include $(TARGETS_DIR)install.mk |