mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-03-03 05:54:33 +01:00
9 lines
86 B
Makefile
9 lines
86 B
Makefile
# Top level Makefile
|
|
|
|
all:
|
|
make -C libc
|
|
|
|
clean:
|
|
rm -rf build *~
|
|
make -C libc clean
|