mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-07 06:33:43 +01:00
11 lines
92 B
Makefile
11 lines
92 B
Makefile
.PHONY: all src man
|
|
|
|
src:
|
|
$(MAKE) -C $@
|
|
|
|
man:
|
|
- $(MAKE) -C $@ &> /dev/null
|
|
|
|
all: src man
|
|
|