From 4ce806aa072b5ad405d0677eed0c11d3c291f7d1 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Fri, 8 Jan 2016 19:49:20 -0700 Subject: [PATCH] more clean up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db4eeff..e72aa17 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ windows: bin/c2t.exe bin/c2t-96h.exe dist: all windows clean: testclean - rm -f c2t.h c2t c2t-96h c2t.exe c2t-96h.exe + rm -f c2t.h bin/c2t bin/c2t-96h bin/c2t.exe bin/c2t-96h.exe cd asm; make clean bin/c2t: c2t.c c2t.h