mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
151 B
Makefile
14 lines
151 B
Makefile
|
all:
|
||
|
-rm foo
|
||
|
+-rm bar
|
||
|
-+rm baz
|
||
|
@-rm bah
|
||
|
-@rm humbug
|
||
|
+-@rm sincere
|
||
|
+@-rm flattery
|
||
|
@+-rm will
|
||
|
@-+rm not
|
||
|
-+@rm save
|
||
|
-@+rm you
|
||
|
@echo TEST-PASS
|