Skip to content

Makefile gaining flexibility to allow for platform-specific hardening  #7

@smoe

Description

@smoe

--- grabix-0.0git20130718.orig/Makefile
+++ grabix-0.0
git20130718/Makefile
@@ -1,2 +1,7 @@
+LDFLAGS+= -lstdc++ -lz
+CFLAGS+=-Wall
all:

  •   gcc -Wall -O2 -o grabix grabix.cpp bgzf.c -lstdc++ -lz
    
  •   gcc $(CFLAGS) -o grabix grabix.cpp bgzf.c $(LDFLAGS)
    
    +clean:
  •   rm -f grabix
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions