Skip to content

Instantly share code, notes, and snippets.

View cjxgm's full-sized avatar
🦧
Recovering...

Giumo Clanjor (哆啦比猫/兰威举) cjxgm

🦧
Recovering...
View GitHub Profile
@cjxgm
cjxgm / makefile
Last active August 29, 2015 14:16 — forked from o11c/Makefile
simplified unnoticable makefile forwarding
.PHONY: ${MAKECMDGOALS}
all $(filter-out all,${MAKECMDGOALS}): .forward
@# no op
.forward:
@${MAKE} --no-print-directory -C build ${MAKECMDGOALS} || true # known-issue: no error return value
//
#include <stdexcept>
#include <vector>
#include <queue>
#include <utility>
#include <iostream>
#include <memory>
using namespace std;
struct Bitmap