200 final

This commit is contained in:
2025-11-04 12:43:30 +01:00
parent 1c6e79149b
commit e5666aa2e9
3 changed files with 20 additions and 22 deletions

View File

@@ -16,10 +16,10 @@ diccionariocuacs.o: diccionariocuacs.cpp diccionariocuacs.hpp cuac.hpp fecha.hpp
$(GPP) $(OPTS) -c diccionariocuacs.cpp
clean:
rm *.o a.out
rm *.o a.out *.tar
tar: a.out
tar cvf quacker.tar *.cpp *.hpp
tar cvf quacker.tar *.cpp *.hpp Makefile
tar tvf quacker.tar
diff: a.out