From 57a1091dfb2c6403cbe63c7ddca8acc7e3d0f940 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 20 Aug 2018 23:51:16 +0200 Subject: Switch to https://git.tomsmeding.com/competition --- competition/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 competition/Makefile (limited to 'competition/Makefile') diff --git a/competition/Makefile b/competition/Makefile deleted file mode 100644 index 8b2641c..0000000 --- a/competition/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -CXX = g++ -CXXFLAGS = -Wall -Wextra -O3 -std=c++17 -fwrapv -flto -pthread - -TARGET = competition - -SOURCES := $(wildcard *.cpp) ../board.cpp -HEADERS := $(wildcard *.h) ../board.h - -.PHONY: all clean - -all: $(TARGET) - -clean: - rm -f $(TARGET) *.o - - -competition: $(SOURCES:.cpp=.o) - $(CXX) $(CXXFLAGS) $^ -o $@ - -%.o: %.cpp $(HEADERS) - $(CXX) $(CXXFLAGS) -c -o $@ $< -- cgit v1.2.3-70-g09d2