diff --git a/Makefile b/Makefile index 31db33e..6f505ef 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,4 @@ salmonella: salmonella --keep-repo --repo-dir=./petri-dish; \ salmonella-html-report ./salmonella.log report -tomlc99/toml.c: - git clone https://github.com/cktan/tomlc99.git - cd tomlc99; git checkout e4107c455491925b8982c22df1ce37c0ccb7d4e4 - # end diff --git a/init-tomlc99.sh b/init-tomlc99.sh deleted file mode 100755 index 84bf71a..0000000 --- a/init-tomlc99.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -make tomlc99/toml.c diff --git a/toml.egg b/toml.egg index 355ec97..c9219b5 100644 --- a/toml.egg +++ b/toml.egg @@ -8,10 +8,7 @@ (test-dependencies srfi-64 srfi-152) (components - (generated-source-file tomlc99/toml.c - (custom-build "init-tomlc99.sh")) (c-object tomlc99/toml - (source-dependencies tomlc99/toml.c) (source "tomlc99/toml.c")) (extension toml (objects tomlc99/toml)