#!/usr/bin/env -S make -f
.PHONY: default
default: all
include common.mk
-include fake.mk
include fake.mk

.PHONY: all
all:
	ls
all:
pwd
