diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | test/smode | bin | 30544 -> 0 bytes |
2 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ clean: rm -f $(TARGET) echo "rm -f test/$(TESTTARGET)" rm -f test/$(TESTTARGET) + echo "rm -f test/smode" + rm -f test/smode tests: echo "CC 7ed.c functions.c startmode.c editmode.c ---> test/$(TESTTARGET)" diff --git a/test/smode b/test/smode Binary files differdeleted file mode 100755 index 8a10aaf..0000000 --- a/test/smode +++ /dev/null |