Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8552 → Rev 8553

/programs/other/Weather/Makefile
0,0 → 1,16
KTCC_DIR = ../../develop/ktcc/trunk
 
NAME = weather
 
KTCC=$(KTCC_DIR)/bin/kos32-tcc
KPACK = kpack
 
SRC= weather.c
CFLAGS= -I $(KTCC_DIR)/libc/include
LIBS = -ljson -lck -limg -lhttp
 
all:
$(KTCC) $(CFLAGS) -L json $(SRC) $(LIBS) -o $(NAME)
$(KPACK) $(NAME)
clean:
rm $(NAME)
Property changes:
Added: svn:executable
+*
\ No newline at end of property