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