aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-10-05 16:30:13 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-10-05 16:30:13 +0200
commit5e3ed6ef9f9d447a4ece18f79a4993c0630047c3 (patch)
tree8bb891cfda7f787483450a16e853a5de0bdcd89c /Makefile
parentc18988ad59fa8a6653e73abd4b420bd21e9bb2fb (diff)
downloadlibgnunetchat-5e3ed6ef9f9d447a4ece18f79a4993c0630047c3.tar.gz
libgnunetchat-5e3ed6ef9f9d447a4ece18f79a4993c0630047c3.zip
Added header with macros to create efficient tests
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b124cbf..60c3c55 100644
--- a/Makefile
+++ b/Makefile
@@ -81,4 +81,5 @@ uninstall:
81 81
82clean: 82clean:
83 $(RM) -f $(LIBRARY) 83 $(RM) -f $(LIBRARY)
84 $(RM) -f $(OBJECT_FILES) \ No newline at end of file 84 $(RM) -f $(OBJECT_FILES)
85 $(RM) -f $(TEST_CASES) \ No newline at end of file