repo.or.cz
/
sigilutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correctly implement word square generation
[sigilutils.git]
/
makefile
blob
b2ceb670075baf4c33ab5f516c83a9ce306899ef
1
2
CFLAGS
= -
Wall
-
Wextra
-
g
3
FILES
=
sigutils.c
4
5
all
:
6
gcc
${
FILES
} ${
CFLAGS
} -
o sigutils