Skip to content

Commit

Permalink
removed zmallo.c from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
b3h3moth committed Feb 29, 2016
1 parent f3bc2a9 commit 318eba5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -pedantic -Wall -std=c11 -D_BSD_SOURCE -g
TARGET = mallocs.out

OBJS = main.o xmalloc.o basic_malloc.o zmalloc.o
OBJS = main.o basic_malloc.o

$(TARGET): $(OBJS)
@echo "linking ... $(TARGET)"
Expand Down

0 comments on commit 318eba5

Please sign in to comment.