summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>2014-04-17 17:14:56 -0400
committerU-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>2014-04-17 17:14:56 -0400
commitec6ae2536fae1008458d0ebee6b8c73a0e055065 (patch)
tree689211e175d276c5a797c3cb0151a11127910e9c
parentd5d80c5a905fb54b057ffc7af2ea5e47c4a35796 (diff)
Clean by default for now
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3299842..b5181f4 100755
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
ROMS := tcg.gbc
OBJS := main.o
-all: tcg.gbc compare
+all: clean tcg.gbc compare
compare: baserom.gbc $(ROMS)
cmp $^