Suitable for "make dist"
This commit is contained in:
parent
530ee3eb0e
commit
b69b6c0f8d
2
Makefile
2
Makefile
|
@ -22,7 +22,9 @@ dist:
|
|||
$(LN) -s . $(PACKAGE)-$(VERSION)
|
||||
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
|
||||
$(PACKAGE)-$(VERSION)/src/main.c \
|
||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/project.conf
|
||||
$(RM) $(PACKAGE)-$(VERSION)
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
package=framer
|
||||
version=0.0.0
|
||||
subdirs=src
|
||||
config=h
|
||||
|
||||
subdirs=src
|
||||
dist=Makefile
|
||||
|
|
|
@ -5,6 +5,7 @@ targets=framer
|
|||
cflags_force=-W `pkg-config --cflags gtk+-2.0`
|
||||
cflags=-Wall -g
|
||||
ldflags_force=`pkg-config --libs gtk+-2.0`
|
||||
dist=Makefile
|
||||
|
||||
[framer]
|
||||
type=binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user