makefile
This commit is contained in:
8
Makefile
8
Makefile
@@ -18,3 +18,11 @@ diccionariocuacs.o: diccionariocuacs.cpp diccionariocuacs.hpp cuac.hpp fecha.hpp
|
||||
clean:
|
||||
rm *.o a.out
|
||||
|
||||
tar: a.out
|
||||
tar cvf quacker.tar *.cpp *.hpp
|
||||
tar tvf quacker.tar
|
||||
|
||||
diff: a.out
|
||||
time ./a.out < entrada.in > salida
|
||||
sleep 3
|
||||
diff salida salida.out -y --suppress-common-lines
|
||||
|
||||
Reference in New Issue
Block a user