Makefile fix, gitignore from Martin Weber

This commit is contained in:
Luc Girod 2014-04-18 21:49:16 +02:00
parent 7840a7c4d6
commit 93c9109799
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.o
*.so

View File

@ -7,7 +7,7 @@ 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)