12 lines
150 B
Makefile
Raw Normal View History

2022-04-26 01:25:56 +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/