about summary refs log tree commit diff stats
path: root/dev/c/src/basic/Makefile
blob: f165c15d056f78c92ba3626dece51427065e8f7a (plain) (blame)
1
2
3
4
5
6
7
CC=gcc
CFLAGS=-Wall

basic-c: main.o basic.o

clean:
	rm -f *.o basic-c