aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1bb256b3aa86611977054c3f4f4f546411c7c537 (plain)
1
2
3
4
5
all:
	$(CC) -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox

clean:
	rm toybox