diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 15:08:29 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 47519b4428c6faecd6e51b2809095f53bd3a0b81 (patch) | |
| tree | b41a99d0fe008cfb497eac4d05b7fd343ffce32c /Makefile | |
| parent | c81898d6a760e2057f0933c9da6160702a4d0f61 (diff) | |
Infrastructure more or less set up!
It remains to tweak ct1986.c and add a .login file to autorun stuff!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -40,7 +40,5 @@ ifneq ($(PLATFORM), native) endif clean: - rm -f $(PROG) - rm -f $(STAT) - rm -f src/*.o - rm -f $(OBJS) + rm -f ctaklm ct1986 pptdb + rm -f src/*.o include/*.o |
