1
0
forked from Alepha/Alepha

Remove makefile now that we use CMake.

This commit is contained in:
2023-10-12 16:57:49 -04:00
parent fe5831f643
commit eb803ee5e6

View File

@ -1,5 +0,0 @@
CXXFLAGS+= -std=c++20 -I .
all: example
example: ProgramOptions.o string_algorithms.o Console.o word_wrap.o