Initial code
[libside.git] / Makefile
CommitLineData
e5540b2a
MD
1all: test
2
3test: test.c
4 gcc -O2 -g -Wall -o test test.c
5
6.PHONY: clean
7
8clean:
9 rm -f test
This page took 0.022027 seconds and 4 git commands to generate.