Re-generated Makefiles
This commit is contained in:
parent
c98ac0eff2
commit
a0b934cd6b
4
Makefile
4
Makefile
@ -2,7 +2,7 @@ PACKAGE = Surfer
|
||||
VERSION = 0.0.6
|
||||
SUBDIRS = src
|
||||
RM = rm -f
|
||||
LN = ln -sf
|
||||
LN = ln -f
|
||||
TAR = tar -czvf
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ distclean:
|
||||
|
||||
dist:
|
||||
$(RM) -r $(PACKAGE)-$(VERSION)
|
||||
$(LN) . $(PACKAGE)-$(VERSION)
|
||||
$(LN) -s . $(PACKAGE)-$(VERSION)
|
||||
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
|
||||
$(PACKAGE)-$(VERSION)/src/download.c \
|
||||
$(PACKAGE)-$(VERSION)/src/surfer.c \
|
||||
|
@ -9,6 +9,7 @@ CFLAGSF = -W
|
||||
CFLAGS = -Wall -g -O2 -ansi
|
||||
LDFLAGS =
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
MKDIR = mkdir -p
|
||||
INSTALL = install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user