clean code

This commit is contained in:
pena 2022-12-06 00:12:14 +01:00 committed by Swrup
parent 5ec03d06c2
commit ee626ccd61
24 changed files with 99 additions and 894 deletions

View file

@ -1,8 +0,0 @@
(rule
(target client.js)
(deps
(file ../../../js/client.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../js/client.bc.js))))