git subrepo pull tools/tmc_strings

subrepo:
  subdir:   "tools/tmc_strings"
  merged:   "3b16b11"
upstream:
  origin:   "git@github.com:HookedBehemoth/tmc_strings.git"
  branch:   "master"
  commit:   "3b16b11"
git-subrepo:
  version:  "0.4.1"
  origin:   "git@github.com:ingydotnet/git-subrepo.git"
  commit:   "a04d8c2"
This commit is contained in:
Behemoth
2020-09-17 02:42:48 +02:00
parent 868268e140
commit 3d2ccd7d61
16 changed files with 36704 additions and 6 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
export CC := g++
export CFLAGS := -O2 -Wall -Werror -Wextra
export CFLAGS := -O2 -Wall -Werror -Wextra -DFMT_HEADER_ONLY
export CXXFLAGS := $(CFLAGS) -std=c++17
export LIBS := -lfmt
export INCLUDES := -I./
export DIFF := diff
export HEXDUMP := hexdump -C
all:
$(CC) -o tmc_strings main.cpp $(CXXFLAGS) $(LIBS)
$(CC) -o tmc_strings main.cpp $(CXXFLAGS) $(INCLUDES)
run: extract pack