aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/genann
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-10-02 15:06:06 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-10-02 15:06:06 +0200
commitf04af83c9f1a1e2920bbc14fa7149ce6ae32faca (patch)
tree12246560ad1d4fa2c393ba715619a5b9770b9d59 /test/monniaux/genann
parent9017c0c0299097cd324b29ac328d0314fd8b05e5 (diff)
downloadcompcert-kvx-f04af83c9f1a1e2920bbc14fa7149ce6ae32faca.tar.gz
compcert-kvx-f04af83c9f1a1e2920bbc14fa7149ce6ae32faca.zip
genann added
Diffstat (limited to 'test/monniaux/genann')
-rw-r--r--test/monniaux/genann/Makefile4
-rw-r--r--test/monniaux/genann/make.proto2
2 files changed, 4 insertions, 2 deletions
diff --git a/test/monniaux/genann/Makefile b/test/monniaux/genann/Makefile
new file mode 100644
index 00000000..2e76ec63
--- /dev/null
+++ b/test/monniaux/genann/Makefile
@@ -0,0 +1,4 @@
+ALL_CFILES= example4shorter.c genann.c
+TARGET=genann4
+
+include ../rules.mk
diff --git a/test/monniaux/genann/make.proto b/test/monniaux/genann/make.proto
deleted file mode 100644
index 7c4248bf..00000000
--- a/test/monniaux/genann/make.proto
+++ /dev/null
@@ -1,2 +0,0 @@
-sources: example4shorter.c genann.c
-target: genann4 \ No newline at end of file