summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2007-06-12 00:26:28 +0000
committerStef Walter <stef@thewalter.net>2007-06-12 00:26:28 +0000
commitc55f85c2486207aae771e662d12581e3ff406a22 (patch)
treec38fb0bcaab18331272a9fc373b1d347ce03675f /Makefile
parentebc135537083c0ad2b9aa47796c759eaa7f3995c (diff)
Fix some warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21dcf17..f21b7cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
athsta: athsta.c
- gcc -g -o athsta athsta.c
+ gcc -Wall -g -o athsta athsta.c
clean:
rm -f *.o