Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Drop version to 0.0.1. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | SEED_0_0_1 |
| Files: | files | file ages | folders |
| SHA1: |
381563c91f980a90217ac4b63dadd8ab |
| User & Date: | martin 2012-12-22 05:05:47.461 |
Context
|
2013-06-01
| ||
| 18:58 | Simplify init.seed check-in: 74acd024f3 user: martin tags: trunk | |
|
2012-12-22
| ||
| 05:05 | Drop version to 0.0.1. check-in: 381563c91f user: martin tags: trunk, SEED_0_0_1 | |
|
2012-12-21
| ||
| 19:10 | prim_fflush() didn't return anything. check-in: c2c3c4b406 user: martin tags: trunk, SEED_0_0_1 | |
Changes
Changes to Makefile.
1 2 3 4 5 6 7 | CC=gcc CFLAGS=-Wall -Wextra -pedantic -std=c89 -g -pipe OBJS=display.o env.o eval.o init.o lists.o memory.o \ primitives.o read.o seed.o symtab.o types.o util.o | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | CC=gcc CFLAGS=-Wall -Wextra -pedantic -std=c89 -g -pipe OBJS=display.o env.o eval.o init.o lists.o memory.o \ primitives.o read.o seed.o symtab.o types.o util.o VERSION="0.0.1" BANNER="Seed $(VERSION)" BIN=seed all: repl test $(BIN): $(OBJS) |
| ︙ | ︙ |