Thanks to visit codestin.com Credit goes to github.com
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 ada3c65 commit 98e8a41Copy full SHA for 98e8a41
Makefile
@@ -11,7 +11,7 @@
11
# GNUmakefile won't exist yet, so we catch that case as well.
12
13
14
-%:
+all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck:
15
@if [ ! -f GNUmakefile ] ; then \
16
echo "You need to run the 'configure' program first. See the file"; \
17
echo "'INSTALL' for installation instructions." ; \
0 commit comments