summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68ca80d..b40650e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,8 @@ all: simulator
simulator: simulator.o gate.o logic.o
parser: parser.o gate.o logic.o
+
+
+clean:
+ rm -f parser simulator
+ rm -f *.o