mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
2c83614e43
This software is a command line utility used used for transfering audio files in the MP3 format to and from the portable MP3 player MPMan MP-F20. It enables you to upload (specifying the files with wildcards or from a textfile), download, delete, reorder already uploaded files and more on your MPMan MP-F20. PR: Markus Holmberg <saska@acc.umu.se> Submitted by: 13911
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
--- makefile.orig Mon Apr 12 06:49:40 1999
|
|
+++ makefile Mon Sep 27 10:48:08 1999
|
|
@@ -9,8 +9,7 @@
|
|
all: mpmf20
|
|
|
|
mpmf20: app.cpp mpmf20.cpp
|
|
- g++ -O1 -o mpmf20 app.cpp mpmf20.cpp
|
|
- chmod +s mpmf20
|
|
+ ${CXX} ${CXXFLAGS} -o mpmf20 app.cpp mpmf20.cpp
|
|
|
|
clean:
|
|
rm -f mpmf20
|