diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-16 18:37:12 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-03-16 18:37:12 +0900 |
commit | 3ad35832835fa0554b6fa28b74e9b7d21283392b (patch) | |
tree | 41f44e442e964e0ec0da38392b5518bd9f964989 /Makefile | |
parent | 64c3842e02e65bb173d275e4ac2cdbea5afcf562 (diff) | |
download | hybring-main.tar.gz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index dc4c4ed..4d8fd37 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ clean: rm hybring check: $(wildcard spec/*.cr) - crystal spec --order random spec/server.cr + crystal spec --order random install: all install -Dm 755 hybring ${DESTDIR}${PREFIX}/bin/hybring |