mirror of
https://codeberg.org/ET-Kiel/gpthist.git
synced 2026-05-01 13:34:22 +02:00
6 lines
67 B
Makefile
6 lines
67 B
Makefile
#! /usr/bin/make -f
|
|
|
|
CFLAGS = -g -O2
|
|
LOADLIBES = -lm
|
|
hist: hist.c
|
|
|