mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 23:44:31 +00:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
default:
|
|
$(error Do not run this Makefile directly!)
|
|
|
|
build:
|
|
$(MAKE) -C $(OSARCH) build
|
|
|
|
clean:
|
|
$(MAKE) -C $(OSARCH) clean
|