diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ out = palindromfinder cc = cc all: - $(cc) -O3 src/main.c -o $(out) + $(cc) -O2 src/main.c -o $(out) |
index : palindrome_finder.git | ||
Finds the longest palindrome in the specified file. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -2,5 +2,5 @@ out = palindromfinder cc = cc all: - $(cc) -O3 src/main.c -o $(out) + $(cc) -O2 src/main.c -o $(out) |
Generated by cgit