From 088873fbc7f92c3d8d582f29eb44e39a136e944d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 29 Oct 2022 15:05:40 +0200 Subject: Remove old build system --- contrib/texmacs/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 contrib/texmacs/Makefile (limited to 'contrib') diff --git a/contrib/texmacs/Makefile b/contrib/texmacs/Makefile deleted file mode 100755 index 3109524e..00000000 --- a/contrib/texmacs/Makefile +++ /dev/null @@ -1,18 +0,0 @@ - -############################################################################### -# MODULE : Make file for opeenaxiom plugin -# BY : Joris van der Hoeven -# COPYRIGHT : This software falls under the GNU general public license; -# see the file 'LICENSE', which is provided with this package. -############################################################################### - -CC = gcc -RM = rm -f - -all: bin/tm_openaxiom - -bin/tm_openaxiom: src/tm_openaxiom.c - $(CC) src/tm_openaxiom.c src/texbreaker.c -o bin/tm_openaxiom - -clean: - $(RM) bin/tm_openaxiom -- cgit v1.2.3