diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 14:10:45 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 14:10:45 +1300 |
commit | f5411bc35f6df1c27aae8d3405e18452cbbc957f (patch) | |
tree | b0d19293fcbba19eebe56fcf6bdcd21397c0c9f6 /Makefile | |
parent | e3ee67bfda0e8f4aa91992a196adb283f812475e (diff) | |
download | hence-f5411bc35f6df1c27aae8d3405e18452cbbc957f.tar.xz |
Fix build issue, add clean recipe
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |