This commit is contained in:
2025-12-03 23:33:00 +01:00
parent 9bc260a750
commit 259a9b1e09
6 changed files with 9 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
GPP = /usr/bin/g++
OPTS = -Wall -Wno-deprecated -g -std=c++17
OPTS = -Wall -Wno-deprecated -O2 -std=c++17
a.out: diccionariocuacs.o cuac.o fecha.o tablahash.o nodo.o arbol.o
$(GPP) $(OPTS) main.cpp tablahash.o cuac.o fecha.o diccionariocuacs.o nodo.o arbol.o