summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-16 16:05:32 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-16 20:53:05 -0400
commit7733c95be8a9e93ae4398c13c721b334239780fe (patch)
tree23167248232e093961cc1ef152a0b65e476ed688 /makefile
parent04d48e513f2094345eb697c0a34345daff63a87b (diff)
Initial cleanup
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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...'