diff --git a/c/Makefile b/c/Makefile index cc61efd..bec4e5e 100644 --- a/c/Makefile +++ b/c/Makefile @@ -1,5 +1,5 @@ # -# Makefile for QR Code generator (C++) +# Makefile for QR Code generator (C) # # Copyright (c) Project Nayuki # https://www.nayuki.io/page/qr-code-generator-library diff --git a/c/qrcodegen-test.c b/c/qrcodegen-test.c index 1b9fd2e..b4f8534 100644 --- a/c/qrcodegen-test.c +++ b/c/qrcodegen-test.c @@ -1,7 +1,8 @@ /* * QR Code generator test suite (C) * - * Compile with QRCODEGEN_TEST defined. Run this command line program with no arguments. + * When compiling this program, the library qrcodegen.c needs QRCODEGEN_TEST + * to be defined. Run this command line program with no arguments. * * Copyright (c) Project Nayuki * https://www.nayuki.io/page/qr-code-generator-library @@ -24,7 +25,6 @@ * Software. */ - #include #include #include