diff options
author | neonloop | 2021-10-20 14:54:27 +0000 |
---|---|---|
committer | neonloop | 2021-10-20 14:54:27 +0000 |
commit | ea1947ffcc606d757357398b24e74a3f4ecefa07 (patch) | |
tree | 2031b8d4fc4c61063c710a7148378f57e662efbd /3rdparty/dict/Makefile | |
download | bennugd-ea1947ffcc606d757357398b24e74a3f4ecefa07.tar.gz bennugd-ea1947ffcc606d757357398b24e74a3f4ecefa07.tar.bz2 bennugd-ea1947ffcc606d757357398b24e74a3f4ecefa07.zip |
Initial commit from steward-fu releasemain
Diffstat (limited to '3rdparty/dict/Makefile')
-rw-r--r-- | 3rdparty/dict/Makefile | 5 |
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 |