mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
kill helix build, it's no longer called anyway
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@788 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b78efee2b2
commit
94d2199eb1
1 changed files with 1 additions and 5 deletions
|
@ -94,9 +94,8 @@ tidy:
|
|||
$(RM) $(OBJS)
|
||||
rm -rf $(DIRS)
|
||||
@make -C ../../cpu/mz80/ clean
|
||||
@make -C ../common/helix/ X86=1 clean
|
||||
|
||||
PicoDrive : $(OBJS) ../common/helix/helix_mp3_x86.a
|
||||
PicoDrive : $(OBJS)
|
||||
@echo ">>>" $@
|
||||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -lm -lpng -Wl,-Map=PicoDrive.map -o $@
|
||||
|
||||
|
@ -119,9 +118,6 @@ cpu/mz80/mz80.o : ../../cpu/mz80/mz80.asm
|
|||
../../cpu/mz80/mz80.asm :
|
||||
@make -C ../../cpu/mz80/
|
||||
|
||||
../common/helix/helix_mp3_x86.a:
|
||||
@make -C ../common/helix/ X86=1 clean all
|
||||
|
||||
.c.o:
|
||||
@echo ">>>" $<
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue