X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=26330d7be2243c7eb613464c3845b2ea3650714f;hb=93d652d345ffa01376110a6e41340537efe87d4b;hp=4d3cd7d0e705cb02d4a5b6c777ee1b5caf828804;hpb=8b4d2adf48213f2bf74ca1a423b1ac3dc8066f95;p=oftp diff --git a/Makefile b/Makefile index 4d3cd7d..26330d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ obj = main.obj tgfx.obj tui.obj tui_list.obj darray.obj util.obj input.obj ftp.obj -bin = oftp.exe +bin = visftp.exe !ifdef __UNIX__ incpath = -Isrc -Isrc/dos -Ilibs/watt32 @@ -35,12 +35,12 @@ $(bin): $(obj) clean: .symbolic rm -f *.obj rm -f objects.lnk - rm -f oftp.map + rm -f visftp.map rm -f $(bin) !else clean: .symbolic del *.obj del objects.lnk - del oftp.map + del visftp.map del $(bin) !endif