Usermode/AxWin4 - (minor) Log and fail when wrong window ID is returned from server
[tpg/acess2.git] / Usermode / Libraries / libm.so_src / Makefile
1 #
2 # Acess2 C Library (Math)
3 # - By John Hodge (thePowersGang)
4 #
5
6 -include ../Makefile.cfg
7
8 CPPFLAGS += 
9 CFLAGS   += -Werror -Wextra
10 ASFLAGS  +=
11 LDFLAGS  += 
12
13 OBJ  = stub.o pow.o
14 BIN := libm.so
15
16 include ../Makefile.tpl
17

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