12 lines
150 B
Makefile
Raw Permalink Normal View History

2023-09-05 02:13:09 +01:00
.PHONY: all clean
export PU_MAJOR := 0
export PU_MINOR := 3
export PU_MICRO := 0
all:
@$(MAKE) -C Plutonium/
clean:
@$(MAKE) clean -C Plutonium/