]> git.mdlowis.com Git - archive/parse-utils.git/commitdiff
Fixed extension for source files
authorMike D. Lowis <mike@mdlowis.com>
Fri, 22 Jun 2012 16:29:04 +0000 (12:29 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Fri, 22 Jun 2012 16:29:04 +0000 (12:29 -0400)
Makefile

index 7e4b5e62d36745ea915712e87c7bde803bf22a73..165de911bbb1b18aa52ab60d9ff7603c4300d45c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ SRC_ROOT   = source/
 TESTS_ROOT = tests/
 
 # File Extensions
-SRC_EXT    = c
+SRC_EXT    = cpp
 TEST_EXT   = cpp
 
 # Libraries to Link Against