mirror of
https://github.com/hax4dazy/TinWoo.git
synced 2025-02-09 19:25:05 +01:00
12 lines
150 B
Makefile
12 lines
150 B
Makefile
|
|
.PHONY: all clean
|
|
|
|
export PU_MAJOR := 0
|
|
export PU_MINOR := 3
|
|
export PU_MICRO := 0
|
|
|
|
all:
|
|
@$(MAKE) -C Plutonium/
|
|
|
|
clean:
|
|
@$(MAKE) clean -C Plutonium/
|