aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/dict/Makefile
diff options
context:
space:
mode:
authorneonloop2021-10-20 14:54:27 +0000
committerneonloop2021-10-20 14:54:27 +0000
commitea1947ffcc606d757357398b24e74a3f4ecefa07 (patch)
tree2031b8d4fc4c61063c710a7148378f57e662efbd /3rdparty/dict/Makefile
downloadbennugd-main.tar.gz
bennugd-main.tar.bz2
bennugd-main.zip
Initial commit from steward-fu releasemain
Diffstat (limited to '3rdparty/dict/Makefile')
-rw-r--r--3rdparty/dict/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/dict/Makefile b/3rdparty/dict/Makefile
new file mode 100644
index 0000000..a80aa55
--- /dev/null
+++ b/3rdparty/dict/Makefile
@@ -0,0 +1,5 @@
+all: dict.c dict.h dict-test.c
+ gcc dict.c dict-test.c -o dict-test -I.
+
+clean:
+ rm dict-test