Skip to content

Commit

Permalink
Fix Makefile output filename (shadertabler -> shadetabler)
Browse files Browse the repository at this point in the history
  • Loading branch information
tditlu committed Sep 21, 2020
1 parent 4b16af5 commit 6e2df10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = shadertabler
TARGET = shadetabler

CC = gcc
CFLAGS = -Wall -Werror -O0 -Wno-unused-function
Expand Down
2 changes: 1 addition & 1 deletion src/shadetabler.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "exoquant/exoquant.h"
#include "cwalk/cwalk.h"

#define SHADETABLER_VERSION "1.0.0"
#define SHADETABLER_VERSION "1.0.1"
#define SHADETABLER_VERSION_DATE "2020-09-21"
#define SHADETABLER_HEADER "Shadetabler (Shade Table Generator) by Todi / Tulou - version " SHADETABLER_VERSION " (" SHADETABLER_VERSION_DATE ")"

Expand Down

0 comments on commit 6e2df10

Please sign in to comment.