Files
2016-06-08 16:39:52 +02:00

14 lines
197 B
Makefile

include $(G4INSTALL)/config/sys/$(G4SYSTEM).gmk
%.o: %.f
@echo "Compiling $< with $(FC) ..."
$(FC) -c $(FCFLAGS) -o $@ $<
initpydata.o : initpydata.f
.PHONY: clean
clean:
@rm initpydata.o