10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-26 15:12:06 +02:00
irpf90/Makefile

11 lines
92 B
Makefile
Raw Normal View History

.PHONY: all src man
src:
$(MAKE) -C $@
man:
2015-03-16 14:50:57 +01:00
- $(MAKE) -C $@ &> /dev/null
2014-02-27 14:07:20 +01:00
all: src man