remove old tools

This commit is contained in:
YamaArashi
2016-11-01 07:59:44 -07:00
parent 3433894671
commit 74834c0ca0
22 changed files with 1 additions and 2045 deletions
-13
View File
@@ -1,13 +0,0 @@
CXX = g++
CXXFLAGS = -Wall -std=c++11 -O2
SRCS = scaninc.cpp
.PHONY: clean
scaninc: $(SRCS)
$(CXX) $(CXXFLAGS) $(SRCS) -o $@
clean:
$(RM) scaninc scaninc.exe