tChange default target to PNG file - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
HTML git clone git://src.adamsgaard.dk/cngf-pf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7bb6b7d5486df6c490a050b9a8f9c22f7c04db63
DIR parent 8932b987faf2d100b52725468bacbf537b7e4105
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 5 Apr 2019 20:42:24 +0200
Change default target to PNG file
Diffstat:
M Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -4,15 +4,7 @@ SRC=$(wildcard *.c)
OBJ=$(patsubst %.c,%.o,$(SRC))
HDR=$(wildcard *.h)
-default: 1d_fd_simple_shear
-
-# JULIA=julia --banner=no --color=yes
-# .PHONY: run-julia
-# run-julia: 1d_fd_simple_shear.jl
-# echo "$<" | entr -s '$(JULIA) "$<"'
-#
-# 1d_fd_simple_shear.png: 1d_fd_simple_shear.jl
-# $(JULIA) $<
+default: 1d_fd_simple_shear.png
1d_fd_simple_shear: $(OBJ) $(HDR)
$(CC) $(LDFLAGS) $(OBJ) -o $@