Explorar el Código

minor change

dev
anon hace 8 meses
padre
commit
e72bc6ffe8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -2,7 +2,7 @@ CXXFLAGS := -fuse-ld=mold -ggdb -Wall -Wextra -Wpedantic
OUT := regtest

main:
g++ ${CXXFLAGS} source/main.cpp source/vector.c source/regex.c -o ${OUT}
${CXX} ${CXXFLAGS} ${CPPFLAGS} source/main.cpp source/vector.c source/jeger.c -o ${OUT}

run:
${OUT}


Cargando…
Cancelar
Guardar