aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-10-29 15:05:40 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-10-29 15:05:40 +0200
commit088873fbc7f92c3d8d582f29eb44e39a136e944d (patch)
tree4daf0179be448b18778fd5d3930367e463e0ca50 /contrib
parent8df721df25864f89772c58a4486314855bf1a37e (diff)
downloadopen-axiom-088873fbc7f92c3d8d582f29eb44e39a136e944d.tar.gz
Remove old build system
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/texmacs/Makefile18
1 files changed, 0 insertions, 18 deletions
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