From c55f85c2486207aae771e662d12581e3ff406a22 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 12 Jun 2007 00:26:28 +0000 Subject: Fix some warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3