index
:
palindrome_finder.git
master
Finds the longest palindrome in the specified file.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 110957bf5cace8f9f95e5c0dbb0a7d73b84c1c0e (
plain
)
1
out
=
palindromfinder
2
cc
=
cc
3
4
all
:
5
$(
cc
) -
O3 src
/
main.c
-
o
$(
out
)
Generated by
cgit