update build file.
This commit is contained in:
parent
b4360a9d6b
commit
02cf87e47d
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ MINGW_CFLAGS = -Ofast -Werror -Wall -lreadline -lcurl -lssl -lcrypto -ljson-c -l
|
|||||||
build: publish
|
build: publish
|
||||||
$(CC) main.c $(CFLAGS) -o bin/r
|
$(CC) main.c $(CFLAGS) -o bin/r
|
||||||
cp bin/r r
|
cp bin/r r
|
||||||
|
publish r
|
||||||
|
|
||||||
appimage:
|
appimage:
|
||||||
-@rm -rf AppImage
|
-@rm -rf AppImage
|
||||||
|
Loading…
Reference in New Issue
Block a user