init files
This commit is contained in:
commit
8197a022bd
1409 changed files with 139317 additions and 0 deletions
9
loader/tools/b2/Makefile
Normal file
9
loader/tools/b2/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
CC = gcc
|
||||
|
||||
OBJECTS = \
|
||||
file.c \
|
||||
cruncher.c \
|
||||
bb.c
|
||||
|
||||
all: $(OBJECTS)
|
||||
$(CC) -O3 $(OBJECTS) -o b2.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue