Commit bb502fa8 by Chris Young

Fix makefile

parent 4c650c2b
default: all default: all
CC = gcc CC = ppc-amigaos-gcc
CFLAGS += -g CFLAGS += -g
CFLAGS += -I../../include -L../../ -lgit2 -lpthread CFLAGS += -I../../include -L../../build
LIBS += -lgit2 -lpthread -lregex
OBJECTS = \ OBJECTS = \
git2.o \ git2.o \
...@@ -11,4 +12,4 @@ OBJECTS = \ ...@@ -11,4 +12,4 @@ OBJECTS = \
index-pack.o index-pack.o
all: $(OBJECTS) all: $(OBJECTS)
$(CC) $(CFLAGS) -o git2 $(OBJECTS) $(CC) $(CFLAGS) -o git2 $(OBJECTS) $(LIBS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment