From f5411bc35f6df1c27aae8d3405e18452cbbc957f Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 14:10:45 +1300 Subject: Fix build issue, add clean recipe --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.1