From e43f1d2e0d65ab4cb1feffcaab250060b769dbe0 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 23 Sep 2020 18:03:38 -0400 Subject: replaced patch_strtab with postprocess.py --- tools/patch_strtab/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tools/patch_strtab/Makefile (limited to 'tools/patch_strtab/Makefile') diff --git a/tools/patch_strtab/Makefile b/tools/patch_strtab/Makefile deleted file mode 100644 index b76d8dd..0000000 --- a/tools/patch_strtab/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -CC := gcc -CFLAGS := -O3 -std=c99 -Wall - -ifeq ($(OS),Windows_NT) -EXE := .exe -else -EXE := -endif - -TARGET := patch_strtab$(EXE) - -.PHONY: all - -all: $(TARGET) - -clean: - rm -f patch_strtab patch_strtab.exe - -$(TARGET): patch_strtab.c - $(CC) $(CFLAGS) -o $@ $^ -- cgit v1.2.3