diff --git a/makefile b/makefile deleted file mode 100644 index 97ae3d3..0000000 --- a/makefile +++ /dev/null @@ -1,11 +0,0 @@ -CC = g++ -CFLAGS = -std=c++17 -Wall -SRCDIR = ./src -BINDIR = ./bin - -$(BINDIR)/autom: $(SRCDIR)/main.cpp $(SRCDIR)/command.cpp $(SRCDIR)/inputparser.cpp - $(CC) $(CFLAGS) $^ -o $@ - -.PHONY: clean -clean: - rm -f $(BINDIR)/autom \ No newline at end of file