mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
16 lines
249 B
Makefile
16 lines
249 B
Makefile
# Dummy makefile for people who don't read "readme" files, or automated
|
|
# installations
|
|
# (c) 2007 Andreas Rumpf
|
|
|
|
.PHONY : all
|
|
all:
|
|
python koch.py all
|
|
|
|
.PHONY : install
|
|
install:
|
|
python koch.py install
|
|
|
|
.PHONY : clean
|
|
clean:
|
|
python koch.py clean
|