Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 261 B image not shown  

Quelle  GNUmakefile   Sprache: unbekannt

 
# This Makefile is used as a shim to aid people with muscle memory
# so that they can type "make".
#
# This file and all of its targets should not be used by anything important.

all: build

build:
 ./mach build

clean:
 ./mach clobber

.PHONY: all build clean

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-04-27]