diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-03 09:15:00 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-03 09:15:00 -0400 |
| commit | 1983ab6c5f2d29a99d2fb5025a5e55e84f16df9b (patch) | |
| tree | 48fca7e9ca75216511ab0d8a08100eb93670ca6e /tools/narccomp/Makefile | |
| parent | dd3188cc7399533741e6657eb550e0a4bd301c65 (diff) | |
Remove unneeded files
Diffstat (limited to 'tools/narccomp/Makefile')
| -rw-r--r-- | tools/narccomp/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/narccomp/Makefile b/tools/narccomp/Makefile deleted file mode 100644 index 6b404f32..00000000 --- a/tools/narccomp/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CXXFLAGS := -O3 -std=c++11 - -.PHONY: all clean - -all: narccomp - @: - -clean: - $(RM) narccomp narccomp.exe - -narccomp: narccomp.cpp - $(CXX) $(CXXFLAGS) -o $@ $^ |
