diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-10 15:00:55 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-10 15:00:55 +0200 |
| commit | 3a398bc031f1a1659073208e83d778a357a8243a (patch) | |
| tree | abbef70e09ae49e14d0f921af0358ac6ae3fc21c /Makefile | |
| parent | 6e94967396373626e5f6ee228fbba5fcb111f3cb (diff) | |
Use swiftsoup for parsing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ build: swift build --build-path $(build_path) --configuration $(configuration) install: build - cp $(source_binary_path) $(install_binary_path) + sudo cp $(source_binary_path) $(install_binary_path) test: build swift test |