Cleanup in elf.c with .bss section clean; adm command mounts cdrom instead of floppy...
[ZeXOS.git] / apps / openchess / src / makefile-linux
blob1fc4d281caf56b80ef60eb7d171e8ff79b1dbbf2
1 # Program name
2 PROGRAM= openchess
3 # Compiler name
4 CC= gcc
5 # Compiler Flags
6 CFLAGS= -O2 -Wall -Iplatform/linux
7 # Source code files
8 SRC= main.c net.c client.c proto.c game.c rules.c
10 linux:
11         $(CC) $(CFLAGS) -o$(PROGRAM) $(SRC)