Skip to content

Commit 7f3940b

Browse files
author
Ian Seyler
committed
Initial commit of bmfslite
1 parent 86480b5 commit 7f3940b

File tree

3 files changed

+740
-0
lines changed

3 files changed

+740
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
# UNIX/Linux/Mac Executable
1010
bmfs
11+
bmfslite
1112

1213
# Mac crap
1314
.DS_Store

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
mkdir -p bin
44
gcc -o bin/bmfs src/bmfs.c -Wall -W -pedantic -std=c99
5+
gcc -o bin/bmfslite src/bmfslite.c -Wall -W -pedantic -std=c99

0 commit comments

Comments
 (0)