aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-07-14 01:43:56 -0400
committerGravatar Peter McGoron 2024-07-14 01:43:56 -0400
commit7731d1136b3360b3994178cc9edc21e3c9477314 (patch)
tree339971c24bce2885bb41d6b1554c83e336fb517f /Makefile
parentcheney_c89: valgrind (diff)
fine-grained valgrind support (warning: slow)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 49fb35c..15a29a8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,6 @@ CFLAGS=-Wall -std=c89 -Werror -pedantic -fPIC -g -Iinclude -I. -Wno-unused-funct
tests: string_tests htable_tests
-with_valgrind:
- make EXTRACFLAGS=-DUNS_VALGRIND
-
COMMON_OBJECTS=uns.o
uns.o: uns.c include/uns.h