[spam][crazy][fiction][random] Non-Canon MCBoss Spinoffs

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Sat Sep 23 11:41:54 PDT 2023


i was looking for examples of using `make` rather than `cargo` for
barebones rust projects (like the arduino makefile stuff).

i found this humorous misleading example https://github.com/badboy/makerust :

# makerust

### Rust, but in a Makefile.

Have you ever thought "I want to write Rust, but in a Makefile"?
No?
Well, I have.

So I present to you: `makerust`.

```make
hello-world:
	@fn main() {
		println!("hello makerust!")
	}
```

```console
$ make hello-world
hello makerust!
```

O_O


More information about the cypherpunks mailing list