Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9775 → Rev 9776

/programs/develop/cmm/Makefile.lin32
1,5 → 1,5
CPPFLAGS= -m32 -fpack-struct=2 -fno-exceptions -std=c++03 -Wno-write-strings -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DO_BINARY=0 -D_UNIX_
LDFLAGS= -m32
LDFLAGS= -m32 -static
 
OBJS=$(patsubst %.cpp, %.o, $(wildcard *.cpp))
 
13,3 → 13,6
 
clean:
rm -f $(OBJS) $(TARGET)
 
install: $(TARGET)
cp c-- ../../cmm/c--/c--.elf