Artifact fff1d5777867a34501eac8e42c6ea73c6b169ab3:
- File Makefile — part of check-in [88a070017a] at 2013-07-23 15:30:39 on branch trunk — Moved public header(s) to include/fossil/. Ported in callback-using printf impl. (This code was originally stolen from sqlite3 back in 2008, actually.) (user: stephan size: 174)
all: CPPFLAGS += -std=c89 -Wall -Werror -pedantic -Iinclude FSL.OBJ := \ fossil2.o \ fsl_appendf.o all: $(FSL.OBJ) CLEAN_FILES += *~ *.o clean: -rm -f $(CLEAN_FILES)