From 7733c95be8a9e93ae4398c13c721b334239780fe Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 16 Jun 2016 16:05:32 -0400 Subject: Initial cleanup --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index a098f6d..090f83c 100644 --- a/makefile +++ b/makefile @@ -60,7 +60,7 @@ gprof: make "CC=gcc" "CC2=gcc" ek "CFLAGS=-DNODEBUG -pg" "LNKFLAGS=-pg" clean: - rm -f $(OBJS) core + rm -f $(OBJS) ek core makewhat: @echo 'Defaulting to gcc...' -- cgit v1.2.3