From 22b68dc79c36bf0341536ebf3f5369767e6ed564 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 25 Jan 2016 02:45:34 +0100 Subject: [PATCH] Install flashlight(1) by default --- src/project.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project.conf b/src/project.conf index c29d570..079acaf 100644 --- a/src/project.conf +++ b/src/project.conf @@ -9,6 +9,7 @@ dist=Makefile,backend.h,flashlight.h,window.h [flashlight] type=binary sources=backend.c,flashlight.c,window.c,main.c +install=$(BINDIR) [backend.c] depends=backend.h,backend/dummy.c