10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 03:15:20 +02:00
irpf90/Makefile
2015-03-16 14:50:57 +01:00

11 lines
92 B
Makefile

.PHONY: all src man
src:
$(MAKE) -C $@
man:
- $(MAKE) -C $@ &> /dev/null
all: src man