diff options
-rw-r--r-- | compile/Makefile | 4 | ||||
-rw-r--r-- | compile/linux/Makefile | 2 | ||||
-rw-r--r-- | compile/win32/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/compile/Makefile b/compile/Makefile index 5cb971e..cf0364e 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -9,8 +9,8 @@ clean: rebuild: clean all -release: - ssh sumarit rm /var/www/cd-tool/* +release: all + -ssh sumarit rm /var/www/cd-tool/* scp cd-tool*.zip sumarit:/var/www/cd-tool scp ../FAQ-cd.txt sumarit:/var/www/cd-tool/README.txt scp ../COPYING sumarit:/var/www/cd-tool diff --git a/compile/linux/Makefile b/compile/linux/Makefile index b7fc57a..881e260 100644 --- a/compile/linux/Makefile +++ b/compile/linux/Makefile @@ -89,7 +89,7 @@ DALOS_OBJECTS = $(addsuffix .o, $(notdir $(basename $(COMMON_SOURCES) $(MOGLTK_S CD_TOOL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(COMMON_SOURCES)))) cd-tool.o -all: cd-tool cd-tool-static Dalos Dalos-static +all: cd-tool cd-tool-static Dalos stats: @wc $(WHOLE_SOURCES) diff --git a/compile/win32/Makefile b/compile/win32/Makefile index a3c6f6e..7071224 100644 --- a/compile/win32/Makefile +++ b/compile/win32/Makefile @@ -79,7 +79,7 @@ PSXDEV_SOURCES = \ ../../psxdev/idctfst.c ../../psxdev/vlc.c REGEX_SOURCES = \ -../../MSVC/regex/regex.c +../../MSVC/regex/msvc-regex.c GETOPT_SOURCES = \ ../../MSVC/getopt/getopt.c ../../MSVC/getopt/getopt1.c |