Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 561 → Rev 562

/buildidx/old/Makefile
0,0 → 1,8
CFLAGS = -O3 -std=gnu89 -Wall -Wextra -pedantic
 
all: buildidx
 
buildidx: buildidx.c
 
clean:
rm -f buildidx *.o