|
@ -13,6 +13,7 @@ test : all .FORCE |
|
|
|
|
|
|
|
|
debug : all .FORCE |
|
|
debug : all .FORCE |
|
|
./$(MAIN) < debug.c > debug.out |
|
|
./$(MAIN) < debug.c > debug.out |
|
|
|
|
|
gcc -o debug debug.c |
|
|
#diff debug.out debug.c |
|
|
#diff debug.out debug.c |
|
|
|
|
|
|
|
|
$(MAIN) : $(MAIN).c object.c buffer.h |
|
|
$(MAIN) : $(MAIN).c object.c buffer.h |
|
|