This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env escript | |
| %% -*- mode: erlang -*- | |
| %% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*- | |
| %% ex: ts=4 sw=4 ft=erlang et | |
| %% | |
| %% Copyright 2016 Operable, Inc. All Rights Reserved. | |
| %% | |
| %% This file is provided to you under the Apache License, | |
| %% Version 2.0 (the "License"); you may not use this file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CFLAGS=-std=gnu99 -O3 | |
| LDFLAGS=-lrt -lgmp | |
| .PHONY: all | |
| all: ebert | |
| ebert: ebert.c time.o profile.o | |
| time.o: time.c time.h |
OlderNewer