From 275c478e45cf4bf74f82571afe5e5903e088a746 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 25 Sep 2015 22:36:26 -0400 Subject: makefile replacement: step 1/2: remove the project's ad-hoc makefile. --- Makefile.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Makefile.in (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in deleted file mode 100644 index b370cb0..0000000 --- a/Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ -all: - ./lazy -x build - -install: - ./lazy -x build -e install - -clean: - rm -rf src - rm -rf lib - rm -f lazy - rm -f lazy.config.tag - rm -f lz_stack - rm -f *.objs - rm -rf *.lst -- cgit v1.2.3