Skip to content

Commit

Permalink
Merge pull request #3 from LarsH/master
Browse files Browse the repository at this point in the history
Suggested Makefile/.gitignore changes
  • Loading branch information
taviso committed Jan 3, 2013
2 parents c19ad7b + 2970fe9 commit be79c44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
*.o
raras
rarld
sample.rar
bitbuffer_test
test/*.ri
test/*.ro
test/*.rar
3 changes: 2 additions & 1 deletion Makefile
@@ -1,5 +1,6 @@
CFLAGS = -ggdb3 -O0 -march=native -std=gnu99 -Wall
LDFLAGS = $(CFLAGS) -lz
LDFLAGS = $(CFLAGS)
LDLIBS = -lz
RARAS = ./raras
RARLD = ./rarld

Expand Down

0 comments on commit be79c44

Please sign in to comment.