10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-11 22:03:38 +02:00
irpf90/Makefile
2013-11-12 09:53:16 +01:00

11 lines
79 B
Makefile

.PHONY: all src man
all: src man
src:
$(MAKE) -C $@
man:
- $(MAKE) -C $@