mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-08 20:33:05 +01:00
11 lines
77 B
Makefile
11 lines
77 B
Makefile
|
.PHONY: all src man
|
||
|
|
||
|
all: src man
|
||
|
|
||
|
src:
|
||
|
$(MAKE) -C $@
|
||
|
|
||
|
man:
|
||
|
$(MAKE) -C $@
|
||
|
|