Code cleanup

This commit is contained in:
Pierre Pronchery 2020-02-03 06:48:21 +01:00
parent ff82cb5d8b
commit 0a492ebf52
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
targets=Clock.pot,fr.mo
dist=Makefile,gettext.sh,POTFILES,fr.po
#targets
[Clock.pot]
type=script
script=./gettext.sh

View File

@ -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