diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-26 13:58:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-26 13:58:25 +0200 |
commit | 42a7446fe7202ff0ba5ce8118f08afe4294df01a (patch) | |
tree | 34dfef9f0b80ea5d594fa4a0f073b9dced171926 /makefile | |
parent | 7a66a773ee262e28e0acdcce85a0f950832fc92e (diff) | |
download | hurrycurry-42a7446fe7202ff0ba5ce8118f08afe4294df01a.tar hurrycurry-42a7446fe7202ff0ba5ce8118f08afe4294df01a.tar.bz2 hurrycurry-42a7446fe7202ff0ba5ce8118f08afe4294df01a.tar.zst |
remove broken pixel-client from default make "all" target
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # .PHONY: all client pixel-client test-client server clean data book -all: data server client pixel-client test-client book +all: data server client test-client book data: make -C data all |