mirror of
https://github.com/zeldaret/tmc
synced 2026-06-10 20:59:02 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user