diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-14 17:23:20 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-06-16 12:44:52 -0400 |
commit | d1009f4c34fc503968ef64e82adee540dfcb791e (patch) | |
tree | 1bed780943745293b631a07ae5b21dd2c69bcc03 | |
parent | 75c6ccf72b2e9c363fad6b91dd4a39525f17a4c5 (diff) | |
download | haskell-wip/clean-settings.tar.gz |
make: Clean includes/settings filewip/clean-settings
Now since this is generated by the build system we should ensure that it
is properly cleaned.
[skip ci]
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1306,6 +1306,7 @@ CLEAN_FILES += includes/DerivedConstants.h CLEAN_FILES += includes/ghcautoconf.h CLEAN_FILES += includes/ghcplatform.h CLEAN_FILES += includes/ghcversion.h +CLEAN_FILES += $(includes_SETTINGS) CLEAN_FILES += utils/ghc-pkg/Version.hs CLEAN_FILES += compiler/prelude/primops.txt CLEAN_FILES += $(wildcard compiler/primop*incl) |