Fplay: update makefile
git-svn-id: svn://kolibrios.org@6076 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
17e7367bdd
commit
9751025681
@ -46,7 +46,7 @@ OBJECTS = $(patsubst %.asm, %.o, $(patsubst %.c, %.o, $(SOURCES)))
|
||||
all:$(NAME)
|
||||
|
||||
$(NAME): $(OBJECTS) Makefile
|
||||
$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(OBJECTS) $(LIBS)
|
||||
$(LD) $(LDFLAGS) $(LIBPATH) --subsystem native -o $@ $(OBJECTS) $(LIBS)
|
||||
kos32-objcopy $@ -O binary
|
||||
|
||||
%.o : %.c Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user