Skip to content
Snippets Groups Projects
Commit 24874744 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

rename to reflect usage

parent 73127cbc
No related branches found
No related tags found
No related merge requests found
NAME=douar
include Makefile.deps
include Makefile.inc
BIN=$(NAME)$(BITS)
OBJECTS = \
......@@ -130,11 +130,11 @@ more-output:
.PHONY: mahone
mahone::
cp -f Makefile.mahone Makefile.deps
cp -f Makefile.inc.mahone Makefile.inc
.PHONY: p690
p690::
cp -f Makefile.p690 Makefile.deps
cp -f Makefile.inc.p690 Makefile.inc
@echo "If using WSMP, OBJECT_MODE must be 64"
@if test "x${OBJECT_MODE}" != x64 ; then export OBJECT_MODE=64; fi
@echo "OBJECT_MODE should be 64, is ${OBJECT_MODE}"
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment