Code cleanup
This commit is contained in:
parent
ff82cb5d8b
commit
0a492ebf52
|
@ -1,6 +1,7 @@
|
|||
targets=Clock.pot,fr.mo
|
||||
dist=Makefile,gettext.sh,POTFILES,fr.po
|
||||
|
||||
#targets
|
||||
[Clock.pot]
|
||||
type=script
|
||||
script=./gettext.sh
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user