From 3dad7195730a73fd3f6847e483dccf9b3a21a35f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 26 Jun 2013 03:54:49 +0200 Subject: use $(CC) rather than gcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db83d07..4ea41d6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ JAVA_OPTIMISE = -O all: @mkdir -p bin - gcc $(C_OPTIMISE) -std=gnu99 -Wall -Wextra -pedantic -fPIC -shared src/argparser.c -o bin/argparser.so + $(CC) $(C_OPTIMISE) -std=gnu99 -Wall -Wextra -pedantic -fPIC -shared src/argparser.c -o bin/argparser.so javac $(JAVA_OPTIMISE) -cp src -s src -d bin src/ArgParser.java cd bin ; jar cf ArgParser.jar ArgParser*.class -- cgit v1.2.3-70-g09d2