Browse Source

remove hardcoded directory

master
wes 7 years ago
parent
commit
fe89bf9075
  1. BIN
      .bfilter.c.swo
  2. BIN
      .bfilter.py.swo
  3. 4
      Makefile

BIN
.bfilter.c.swo

Binary file not shown.

BIN
.bfilter.py.swo

Binary file not shown.

4
Makefile

@ -1,6 +1,6 @@
default: bfilter.c bfilter.h
$(CC) -g -Wall -Wextra -std=gnu99 -Wpointer-arith -Wmissing-prototypes -lfnv -lm -L. -O3 ./bfilter.c -o test -Wl,-rpath,/home/wes/bfilter;
$(CC) -g -Wall -Wextra -std=gnu99 -Wpointer-arith -Wmissing-prototypes -lfnv -lm -L. -O3 ./bfilter.c -o test -Wl,-rpath,./;
lib: bfilter.c bfilter.h
$(CC) -g -DLIB -c -fpic -Wall -Wextra -pedantic -Wpointer-arith -Werror -std=c99 -lfnv -lm -L. -O3 ./bfilter.c -Wl,-rpath,/home/wes/bfilter;
$(CC) -g -DLIB -c -fpic -Wall -Wextra -pedantic -Wpointer-arith -Werror -std=c99 -lfnv -lm -L. -O3 ./bfilter.c -Wl,-rpath,/;
$(CC) -shared -o bfilter.so bfilter.o;

Loading…
Cancel
Save