mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-23 22:49:00 +00:00
Add make clean
build rule
This commit is contained in:
parent
8514933b60
commit
5ac522f0de
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -65,7 +65,7 @@ MAKEFLAGS += --no-builtin-rules
|
|||
.SUFFIXES:
|
||||
.DELETE_ON_ERROR:
|
||||
.FEATURES: output-sync
|
||||
.PHONY: all o bins check test depend tags aarch64
|
||||
.PHONY: all o bins check test depend tags aarch64 clean
|
||||
|
||||
ifneq ($(m),)
|
||||
ifeq ($(MODE),)
|
||||
|
@ -431,6 +431,9 @@ aarch64: private .UNSANDBOXED = true
|
|||
aarch64:
|
||||
$(MAKE) m=aarch64
|
||||
|
||||
clean:
|
||||
rm -rf o
|
||||
|
||||
# UNSPECIFIED PREREQUISITES TUTORIAL
|
||||
#
|
||||
# A build rule must exist for all files that make needs to consider in
|
||||
|
|
Loading…
Add table
Reference in a new issue