mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
update test makefile
This commit is contained in:
parent
b1e6635630
commit
45fa54abca
@ -5,6 +5,8 @@ MAKEFLAGS += --no-builtin-rules
|
|||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SECONDARY:
|
.SECONDARY:
|
||||||
|
|
||||||
|
MPW ?= mpw
|
||||||
|
|
||||||
LIBS = \
|
LIBS = \
|
||||||
{Libraries}Stubs.o \
|
{Libraries}Stubs.o \
|
||||||
{CLibraries}StdCLib.o \
|
{CLibraries}StdCLib.o \
|
||||||
@ -43,8 +45,8 @@ clean :
|
|||||||
|
|
||||||
|
|
||||||
% : o/%.o
|
% : o/%.o
|
||||||
mpw Link $(LDFLAGS) -o $@ $^ $(LIBS)
|
$(MPW) Link $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
|
||||||
o/%.o : %.c
|
o/%.o : %.c
|
||||||
mpw SC $(SCFLAGS) $< -o $@
|
$(MPW) SC $(SCFLAGS) $< -o $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user