]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/resources/C++Makefile
retab to four spaces for indentation
[chaz/vimcoder] / src / com / dogcows / resources / C++Makefile
index 84ed692d9d4ed9234664e36ad7583a3b55705931..5b58356abb781a4cf2ec96723cc5a1c309ad9376 100644 (file)
@@ -1,14 +1,14 @@
 
-# Set the command for your C++ compiler, and specify any compiler flags you
-# want to use (e.g. -g -Werror).
-CXX            = g++
-CXXFLAGS       = -ggdb -Wall
-
-# The driver outputs TAP (Test Anything Protocol), so it can also be used with
-# any TAP test harness (e.g. prove).  Set the path to your test harness here,
-# then use the `prove' target to run the tests with that harness.
-PROVE          = prove
-PROVEFLAGS     = -e ""
+# Set the command for your C++ compiler, and specify any compiler flags you want to use (e.g. -g
+# -Werror).
+CXX         = g++
+CXXFLAGS    = -ggdb -Wall
+
+# The driver outputs TAP (Test Anything Protocol), so it can also be used with any TAP test harness
+# (e.g. prove).  Set the path to your test harness here, then use the `prove' target to run the
+# tests with that harness.
+PROVE       = prove
+PROVEFLAGS  = -e ""
 
 
 ifeq ($(OS),Windows_NT)
This page took 0.017328 seconds and 4 git commands to generate.