1
0
Fork 0
mirror of https://github.com/ErikAndren/cue2pops-mac.git synced 2025-04-18 15:08:21 +02:00

Install depends on cue2pops

This commit is contained in:
Erik Andrén Zachrisson 2015-10-30 23:12:39 +01:00
parent 7b6207bb9f
commit 35fcad77b2

View file

@ -23,7 +23,7 @@ debug:
$(CC) $(CFLAGS_DEBUG) $(SRC) -o $(TARGET)
install:
install: cue2pops
$(CP) $(TARGET) $(INSTALL_DIR)
clean: