Skip to content

Instantly share code, notes, and snippets.

@sschnug
sschnug / gist:436b595505c61cb6a8da2abb287ee59b
Created March 21, 2017 18:11 — forked from fepa/gist:2187179
A makefile for gecode projects (created this for the ID2204 course at KTH)
# Configure this makefile if needed then run
# $ make all
# to compile and link
# What files to compile
OBJS=money.cpp
# What file to compile to
MAINFILE=money
# What compiler to use
CC=g++