Skip to content

Instantly share code, notes, and snippets.

@daxim
daxim / README
Last active August 29, 2015 14:10
for https://github.com/kohler/gifsicle/issues/31
// http://redd.it/235nt7
// Enable console output in the top left corner
developer 1
// Display the last 15 lines of the console in the top left corner
contimes 15
// Keep the console output in the top left corner for 8 seconds
con_notifytime 8
@daxim
daxim / Makefile
Created February 11, 2014 03:58
misc-farm
CXXFLAGS = -fmessage-length=0 -g3 -O0 -pedantic -std=c++11 -Wall -Wextra
all: main.cpp
$(CXX) $(CXXFLAGS) -c -o main.o main.cpp
$(CXX) -o ./farm main.o
help:
@echo make CXX=clang++
@echo '# or just `make` for g++'
@echo ./farm