mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
8 lines
No EOL
126 B
Makefile
8 lines
No EOL
126 B
Makefile
CC=gcc -Wall -ansi -G
|
|
|
|
all: lake
|
|
|
|
lake: lake.o env.o hashtab.o int.o string.o sym.o parse.o bool.o list.o
|
|
|
|
clean:
|
|
rm *.o lake
|