diff --git a/Makefile b/Makefile index 33580f7..ad97b23 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index 718cba5..c49a007 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tinn +![]("img/logo.PNG") Tinn (Tiny Neural Network) is a dependency free ANSI-C neural network library. diff --git a/logo.PNG b/img/logo.PNG similarity index 100% rename from logo.PNG rename to img/logo.PNG