From 47519b4428c6faecd6e51b2809095f53bd3a0b81 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 20 Jan 2021 15:08:29 -0500 Subject: Infrastructure more or less set up! It remains to tweak ct1986.c and add a .login file to autorun stuff! --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a9c77b..c480e2f 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3