Commit b1b3853a by Turcsik Máté

Update Makefile

parent 2eb62677
......@@ -7,9 +7,9 @@
# Pl:
# make CMD=-DMEMTRACE
#
PROG = string1_cpp # a program neve (ezt allitjuk elo)
PROG_O = string1.o string1_main.o # program object fajljai
PROG_H = string1.h # program header fajljai
PROG = string2_cpp # a program neve (ezt allitjuk elo)
PROG_O = string2.o string2_main.o # program object fajljai
PROG_H = string2.h # program header fajljai
PROG_L = # program libjei
MTRACE_O = memtrace.o # memtrace object fajl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment