gbdk/gbdk-lib/Makefile

9 lines
86 B
Makefile
Raw Permalink Normal View History

2015-01-10 16:25:06 +01:00
# Top level Makefile
all:
make -C libc
clean:
rm -rf build *~
make -C libc clean