Skip to content

Commit

Permalink
Public release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmotionEngineer committed Sep 8, 2023
1 parent c836914 commit 99b4120
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.c filter=lfs diff=lfs merge=lfs -text
9 changes: 9 additions & 0 deletions Lib/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Compiler options
CC = gcc
CFLAGS = -shared -o emotionLib.dll -Wall -Werror -Ofast

# Source files
SOURCES = model.c

all: $(SOURCES)
$(CC) $(CFLAGS) $(SOURCES)
3 changes: 3 additions & 0 deletions Lib/model.c
Git LFS file not shown

0 comments on commit 99b4120

Please sign in to comment.