Makefile fix, gitignore from Martin Weber
This commit is contained in:
parent
7840a7c4d6
commit
93c9109799
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.o
|
||||||
|
*.so
|
||||||
4
Makefile
4
Makefile
@ -7,8 +7,8 @@ PROG = libsweet.so
|
|||||||
|
|
||||||
OBJS = sweet_math.o sweet_matrix.o sweet_matrix_stack.o
|
OBJS = sweet_math.o sweet_matrix.o sweet_matrix_stack.o
|
||||||
|
|
||||||
CFLAGS = -pedantic -static -fPIC
|
CFLAGS = -pedantic -fPIC
|
||||||
LD = -shared
|
LD = -shared
|
||||||
|
|
||||||
all: $(PROG)
|
all: $(PROG)
|
||||||
$(PROG): $(OBJS)
|
$(PROG): $(OBJS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user