Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128237
b: refs/heads/master
c: eb60cea
h: refs/heads/master
i:
  128235: 5be3e35
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Feb 2, 2007
1 parent bc1261a commit b1e9587
Show file tree
Hide file tree
Showing 9 changed files with 1,448 additions and 164 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4920c9ac9a4bbc6bf9acd8c614987ee6b378e78f
refs/heads/master: eb60ceac0ebd11e9896ed1ca84fcad71a4b23601
11 changes: 8 additions & 3 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

ctree: ctree.o
gcc -g -O2 -Wall -o ctree ctree.c
CFLAGS= -g -Wall

.c.o:
$(CC) $(CFLAGS) -c $<

ctree: ctree.o disk-io.h ctree.h disk-io.o radix-tree.o radix-tree.h
gcc $(CFLAGS) -o ctree ctree.o disk-io.o radix-tree.o

clean:
rm ctree ctree.o
rm ctree *.o

Loading

0 comments on commit b1e9587

Please sign in to comment.