Subversion Repositories SvarDOS

Rev

Rev 187 | Blame | Compare with Previous | Last modification | View Log | RSS feed

CFLAGS = -O3 -std=gnu89 -Wall -Wextra -pedantic

all: buildidx

buildidx: buildidx.c

clean:
        rm -f buildidx *.o