We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82e17d commit 63a262fCopy full SHA for 63a262f
Makefile
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2006,2008,2011 Solar Designer <solar at openwall.com>
+# Copyright (c) 2006,2008,2011,2017 Solar Designer <solar at openwall.com>
3
# Copyright (c) 2014,2017 ABC <abc at openwall.com>
4
5
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@ all: $(PROJ)
25
check: all tests
26
tests: test
27
test:
28
- make -C tests
+ $(MAKE) -C tests
29
30
bindex: $(OBJS_BINDEX) $(OBJS_COMMON)
31
$(LD) $(LDFLAGS) $(OBJS_BINDEX) $(OBJS_COMMON) -o $@
@@ -51,4 +51,4 @@ md5/md5.o: md5/md5.c md5/md5.h
51
52
clean:
53
$(RM) $(PROJ) $(OBJS_BINDEX) $(OBJS_BIT) $(OBJS_COMMON)
54
- -make -C tests clean
+ $(MAKE) -C tests clean
0 commit comments