diff options
author | Ian C <ianc@noddybox.co.uk> | 2019-01-29 17:03:16 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2019-01-29 17:03:16 +0000 |
commit | 0b60bf1d23524dce48e069abba9f7e838d0d2721 (patch) | |
tree | 1ab0f037cbcce04b7bce226cafd52b7f634a3b88 /test/Makefile | |
parent | de32b73eb1a7d414660f418230e3b9137887c13a (diff) |
Added code to read/write. Not yet working.
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 60e233d..670f38d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1 +1,4 @@ sidtest: sidtest.c + +clean: + rm -f sidtest |