This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
Dockerfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add all to .PHONY
bullseye
T. Meissner
5 years ago
parent
76d34b0ec5
commit
18b90eaadf
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-1
ghdl-formal.Dockerfile
+ 1
- 1
Makefile
View File
@ -1,4 +1,4 @@
.PHONY
:
symbiyosys
ghdl
-
formal
NOCACHE
.PHONY
:
symbiyosys
ghdl
-
formal
all
NOCACHE
# Support for make environment variable NOCACHE
i
f
e
q
(
N
O
C
A
C
H
E
,
$(
lastword
$
(
MAKECMDGOALS
)
)
)
+ 0
- 1
ghdl-formal.Dockerfile
View File
@ -3,7 +3,6 @@
FROM symbiyosys as symbiyosys-ghdl
ARG LLVM_VER="7"
#ARG GNAT_VER="8"
RUN apt-get update -qq && \
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
Write
Preview
Loading…
Cancel
Save