summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-26 13:58:25 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-26 13:58:25 +0200
commit42a7446fe7202ff0ba5ce8118f08afe4294df01a (patch)
tree34dfef9f0b80ea5d594fa4a0f073b9dced171926 /makefile
parent7a66a773ee262e28e0acdcce85a0f950832fc92e (diff)
downloadhurrycurry-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3cd2501f..eba6bca2 100644
--- a/makefile
+++ b/makefile
@@ -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