Skip to content

Commit bcc7d1a

Browse files
committed
which cc is windows running? or is it running one at all?
1 parent b857f30 commit bcc7d1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
SHELL := /bin/bash
33

44
$(info ${SHELL})
5-
$(info ${PATH})
6-
$(info "$$PATH")
7-
5+
$(info $(shell type -a cc))
6+
CC=gcc
87

98
# Where to install.
109
prefix ?= /usr/local
@@ -29,7 +28,6 @@ endif
2928
.SUFFIXES: .lex
3029
.lex.c:
3130
$(flex) -o $@ $<
32-
ls -lctr
3331

3432
# Utility targets are "PHONY" so they'll run even if a file exists
3533
# with the same name.

0 commit comments

Comments
 (0)