Commit b1a35cd3 authored by Yang Tse's avatar Yang Tse
Browse files

Preserve empty line following last target

parent 9cbf69ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -463,3 +463,5 @@ $(PROG2_DIR): $(BASE_DIR)

$(PROG3_DIR): $(BASE_DIR)
    @if not exist $(PROG3_DIR) mkdir $(PROG3_DIR)

# End of Makefile.msvc