From 0a492ebf525ce4d9b36dcb896dba70190ce1498e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 3 Feb 2020 06:48:21 +0100 Subject: [PATCH] Code cleanup --- po/project.conf | 1 + src/project.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/po/project.conf b/po/project.conf index 502eb55..4fa6a07 100644 --- a/po/project.conf +++ b/po/project.conf @@ -1,6 +1,7 @@ targets=Clock.pot,fr.mo dist=Makefile,gettext.sh,POTFILES,fr.po +#targets [Clock.pot] type=script script=./gettext.sh diff --git a/src/project.conf b/src/project.conf index c131816..e3c7493 100644 --- a/src/project.conf +++ b/src/project.conf @@ -9,11 +9,13 @@ cflags_force=-W `pkg-config --cflags libSystem gtk+-3.0` ldflags_force=`pkg-config --libs libSystem gtk+-3.0` -lintl dist=Makefile,clock.h +#targets [clock] type=binary sources=clock.c,main.c install=$(BINDIR) +#sources [clock.c] depends=clock.h