diff options
author | Stef Walter <stef@thewalter.net> | 2007-06-12 00:26:28 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2007-06-12 00:26:28 +0000 |
commit | c55f85c2486207aae771e662d12581e3ff406a22 (patch) | |
tree | c38fb0bcaab18331272a9fc373b1d347ce03675f /Makefile | |
parent | ebc135537083c0ad2b9aa47796c759eaa7f3995c (diff) |
Fix some warnings.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ athsta: athsta.c - gcc -g -o athsta athsta.c + gcc -Wall -g -o athsta athsta.c clean: rm -f *.o |