proj: Implement TODOs in memory mgmt functions
This commit is contained in:
@@ -25,7 +25,7 @@ main: bin/main.o
|
||||
$(CC) -o $@ $^ $(CFLAGS) -lc
|
||||
|
||||
main_intercept: bin/main.o src/intercept.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) -lc -Wl,--wrap=malloc,--wrap=free,--wrap=calloc,--wrap=realloc,--wrap=getopt
|
||||
$(CC) -o $@ $^ $(CFLAGS) -lc -Wl,--wrap=malloc,--wrap=free,--wrap=calloc,--wrap=realloc,--wrap=reallocarray,--wrap=getopt
|
||||
|
||||
clean:
|
||||
rm -rf main main_wrapped bin/* *.so *.ko *.o
|
||||
|
||||
Reference in New Issue
Block a user