Minor fix.

This commit is contained in:
Darko 2015-03-26 20:50:04 +01:00
parent 3cf1900929
commit a804fdf704
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DEBUG?= -g
CFLAGS?= -O2 -Wall -W -DSDS_ABORT_ON_OOM
CFLAGS?= -O2 -Wall -W
CCOPT= $(CFLAGS)
OBJ = main.o skiplist.o x.o
@ -7,7 +7,6 @@ PRGNAME = sl
all: sl
# Deps (use make dep to generate this)
main.o: x.h skiplist.h x.c skiplist.c main.c
x.o: x.c x.h
skiplist.o: x.c x.h skiplist.c skiplist.h