aboutsummaryrefslogtreecommitdiff
path: root/templates/basic_test
diff options
context:
space:
mode:
authorLelixSuper <emanuele98@openmailbox.org>2016-03-12 18:40:52 +0100
committerLelixSuper <emanuele98@openmailbox.org>2016-03-12 18:40:52 +0100
commitd07e4f44f18887a54a25748ce7f5b9e6cf310b22 (patch)
tree7914d79ecb6d56710aeff52a428a23152f2152dd /templates/basic_test
parentdcabb49244ba4da0d0ccdda7fce61103c814b086 (diff)
downloadraylib-d07e4f44f18887a54a25748ce7f5b9e6cf310b22.tar.gz
raylib-d07e4f44f18887a54a25748ce7f5b9e6cf310b22.zip
Edit the default target to conform to GNU standards
I've changed all default target names with 'all'. Here there is the explanation: <https://www.gnu.org/prep/standards/standards.html#Standard-Targets>.
Diffstat (limited to 'templates/basic_test')
-rw-r--r--templates/basic_test/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/basic_test/makefile b/templates/basic_test/makefile
index a0ed2608..5654b224 100644
--- a/templates/basic_test/makefile
+++ b/templates/basic_test/makefile
@@ -153,9 +153,9 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
EXT = .html
endif
-# typing 'make' will invoke the first target entry in the file,
+# typing 'make' will invoke the default target entry called 'all',
# in this case, the 'default' target entry is basic_test
-default: basic_test
+all: basic_test
# compile template - basic_test
basic_test: basic_test.c