Skip to content

Commit

Permalink
0.4.1 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmarkartworks committed Dec 24, 2022
1 parent dfc80c6 commit 545f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.mak
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LIB = libTinyGL.a
all: $(LIB)

$(LIB): $(OBJS)
rm *.a
# rm *.a
ar rcs $(LIB) $(OBJS)
cp $(LIB) ../lib

Expand Down

0 comments on commit 545f7e7

Please sign in to comment.