mirror of https://github.com/glouw/tinn
image
This commit is contained in:
parent
9beb6bd037
commit
f34a9a699e
2
Makefile
2
Makefile
|
@ -33,12 +33,10 @@ endif
|
|||
|
||||
# Link.
|
||||
$(BIN): $(SRCS:.c=.o)
|
||||
echo $(CC) *.o -o $(BIN)
|
||||
$(CC) $(CFLAGS) $(SRCS:.c=.o) $(LDFLAGS) -o $(BIN)
|
||||
|
||||
# Compile.
|
||||
%.o : %.c Makefile
|
||||
echo $(CC) -c $*.c
|
||||
$(CC) $(CFLAGS) -MMD -MP -MT $@ -MF $*.td -c $<
|
||||
$(RM) $*.d
|
||||
$(MV) $*.td $*.d
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tinn
|
||||
![]("img/logo.PNG")
|
||||
|
||||
Tinn (Tiny Neural Network) is a dependency free ANSI-C neural network library.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in New Issue