Fixed compile issues in AxWin2 WM
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Shell_src / Makefile
1 # Project: Acess GUI Default Shell
2
3 -include ../../Makefile.cfg
4
5 CPPFLAGS += -I../include
6 LDFLAGS += -laxwin2
7
8 DIR = Apps/AxWin/1.0
9 BIN = Shell
10 OBJ = main.o
11
12 -include ../../Makefile.tpl

UCC git Repository :: git.ucc.asn.au