From 48076cd83a9347222f434e1247e5f541cff77d3c Mon Sep 17 00:00:00 2001 From: 45gfg9 <45gfg9@45gfg9.net> Date: Tue, 24 Sep 2024 15:35:32 +0800 Subject: [PATCH] build: remove ans from main Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b26d1ce..deeb2af 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export GH_ACTIONS_DIR := gh-actions-build .PHONY: all gh-actions main ans clean -all: main ans +all: main gh-actions: # used by GitHub Actions