Rev 1787 | Rev 3568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 2479 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | LIBC_PREFIX = ../libc |
1 | LIBC_PREFIX = ../../lib/libc |
2 | SOFTINT_PREFIX = ../softint |
2 | SOFTINT_PREFIX = ../../lib/softint |
3 | include $(LIBC_PREFIX)/Makefile.toolchain |
3 | include $(LIBC_PREFIX)/Makefile.toolchain |
4 | 4 | ||
5 | LIBS = $(LIBC_PREFIX)/libc.a |
5 | LIBS = $(LIBC_PREFIX)/libc.a |
6 | 6 | ||
7 | OUTPUT = tetris |
7 | OUTPUT = tetris |