From 4926011779521403dca49386f48e9ed32c1234a2 Mon Sep 17 00:00:00 2001 From: David Betz Date: Sun, 8 Mar 2015 07:07:12 -0400 Subject: [PATCH] Get rid of a redundant copy of -Wall. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index dd1f469..38f4127 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,6 @@ RM=rm CC=cc ECHO=echo -CFLAGS=-Wall - OBJS=\ $(OBJDIR)/p1load.o \ $(OBJDIR)/port.o \