aboutsummaryrefslogtreecommitdiff
path: root/test/make-compile.el
blob: fb097a9231a8add9d160280194c0c0fa82acb1d7 (plain)
1
2
3
(setq files '("projectile.el"))
(setq byte-compile--use-old-handlers nil)
(mapc #'byte-compile-file files)