diff options
author | Shiz <hi@shiz.me> | 2015-06-20 04:15:46 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2015-06-20 04:15:46 +0200 |
commit | 16317e326fa30f1346927037cfb756f74e0a425e (patch) | |
tree | 25b9d41e98c6103285d6a1a53f9c143a36b4d21c | |
parent | 6e7997219b254ec9c0af8c87962a6ee039967f74 (diff) | |
download | psxstub-16317e326fa30f1346927037cfb756f74e0a425e.tar.bz2 psxstub-16317e326fa30f1346927037cfb756f74e0a425e.tar.xz |
fix non-portable construct.
See COPYING.MIDIPIX (9cd0746c) for copyright information.
Signed-off-by: Shiz <hi@shiz.me>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ all: install: all mkdir -p $(DESTDIR)/lib - cp -t $(DESTDIR)/lib libpsxscl.so libpsxscl.lib.a libpsxscl.a + cp libpsxscl.so libpsxscl.lib.a libpsxscl.a $(DESTDIR)/lib clean: |