diff options
| author | 2020-11-17 09:48:31 -0600 | |
|---|---|---|
| committer | 2020-11-17 09:53:12 -0600 | |
| commit | 2dc04d2957ef2f93aea1a83f4f55d11fbeebc6e2 (patch) | |
| tree | 78c152bcd5b9f783aa0288976f91c69676ec54ee /appveyor.yml | |
| parent | Merge branch 'master' of github.com:janet-lang/janet (diff) | |
On install, merge janetconf.h into janet.h
This results in a cleaner amalgmated build
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 60986965..c0ee8e3f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,9 +35,6 @@ artifacts: - name: janet.h path: dist\janet.h type: File - - name: janetconf.h - path: dist\janetconf.h - type: File - name: shell.c path: dist\shell.c type: File |
