Skip to content

Commit 4605845

Browse files
committed
Slightly improved memory management
1 parent 345719b commit 4605845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Makefile.dev.gcc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ DEVFLAGS=-std=c99 -ggdb3 -pg -O0 -Wall -Wextra -pedantic -Wdeclaration-after-sta
1717
CFLAGS=$(DEVFLAGS) $(EXTRACFLAGS) -c
1818
LDFLAGS=$(DEVFLAGS) $(EXTRALDFLAGS) -lgcov
1919
OBJ=$(SRC:.c=.o)
20-
2120
all: $(SRC) $(EXE)
2221

2322
$(EXE): $(OBJ)

0 commit comments

Comments
 (0)