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