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: