From 35fcad77b2e0943bf27f9eedb7502181d6ea5c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Fri, 30 Oct 2015 23:12:39 +0100 Subject: [PATCH] Install depends on cue2pops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a54ec5..0b5ead4 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ debug: $(CC) $(CFLAGS_DEBUG) $(SRC) -o $(TARGET) -install: +install: cue2pops $(CP) $(TARGET) $(INSTALL_DIR) clean: