Skip to content

Commit 32721a1

Browse files
committed
🗄 chore: Remove distro bin
1 parent b4bb219 commit 32721a1

2 files changed

Lines changed: 1 addition & 33 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
22
SHELL = $(ROOT_DIR)/bin/make-shell
3-
OS := $(shell bin/distro)
3+
OS := $(shell distro)
44
PATH := bin:$(PATH)
55

6-
.PHONY: clean git macos-brew
7-
86
all: $(OS)
97
macos: macos-core
108
ubuntu: ubuntu-core

bin/distro

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)