X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FShell_src%2FMakefile;h=761fb7d1e5b5a489726970a4de57dcab7c4eaf41;hb=9f9866b03ac7d352fceeb0b03f3e7ef90f1d723d;hp=18c4ab1e01bfd7e6e9e9403d5b8770ae471436dd;hpb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;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