diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-27 15:35:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-27 15:35:57 +0000 |
commit | 46776840ce06f53b324b7038654450712e9d60c2 (patch) | |
tree | 8ee614399b458f53e810d107fc28e14b07fe2cb0 /emulators/uips/files | |
parent | 3ecfdd148cbaceb1c70d0275f4a7c0bafd6be4e8 (diff) | |
download | pkgsrc-46776840ce06f53b324b7038654450712e9d60c2.tar.gz |
Initial import of uips, an IPS patcher.
IPS patches are binary patches (usually used for hacks/trainers/patches
for emulator ROMs).
Diffstat (limited to 'emulators/uips/files')
-rw-r--r-- | emulators/uips/files/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/uips/files/Makefile b/emulators/uips/files/Makefile new file mode 100644 index 00000000000..a6946800500 --- /dev/null +++ b/emulators/uips/files/Makefile @@ -0,0 +1,3 @@ +all: uips + +uips: uips.c |