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

shell: shell.c

clean:
	rm -f *.o shell