X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FShell_src%2FMakefile;h=761fb7d1e5b5a489726970a4de57dcab7c4eaf41;hb=89690cfe3d3ff74ffd5f3e7bf4c2140b7f894c1f;hp=18c4ab1e01bfd7e6e9e9403d5b8770ae471436dd;hpb=872dbea3900b09c78092d3cdf035513f400bcfe8;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/Shell_src/Makefile b/Usermode/Applications/axwin2_src/Shell_src/Makefile index 18c4ab1e..761fb7d1 100644 --- a/Usermode/Applications/axwin2_src/Shell_src/Makefile +++ b/Usermode/Applications/axwin2_src/Shell_src/Makefile @@ -6,7 +6,7 @@ CPPFLAGS += -I../include LDFLAGS += -laxwin2 DIR = Apps/AxWin/1.0 -BIN = ../Shell +BIN = Shell OBJ = main.o -include ../../Makefile.tpl