diff options
| author | Max <mparisi@stevens.edu> | 2020-09-23 18:03:38 -0400 |
|---|---|---|
| committer | Max <mparisi@stevens.edu> | 2020-09-23 18:03:38 -0400 |
| commit | e43f1d2e0d65ab4cb1feffcaab250060b769dbe0 (patch) | |
| tree | 5f59360cae0957ea8f692ed10bf973471ce86646 /tools/patch_strtab/Makefile | |
| parent | 187be77d50370746804276b5f7ed79e08ab73188 (diff) | |
replaced patch_strtab with postprocess.py
Diffstat (limited to 'tools/patch_strtab/Makefile')
| -rw-r--r-- | tools/patch_strtab/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
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 $@ $^
|
